]> git.itanic.dy.fi Git - linux-stable/commitdiff
arm64: dts: ls1028a: Update SFP node to include clock
authorSean Anderson <sean.anderson@seco.com>
Thu, 28 Apr 2022 18:16:59 +0000 (14:16 -0400)
committerShawn Guo <shawnguo@kernel.org>
Tue, 5 Jul 2022 01:06:34 +0000 (09:06 +0800)
The clocks property is now mandatory. Add it to avoid warning message.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Michael Walle <michael@walle.cc>
Fixes: eba5bea8f37f ("arm64: dts: ls1028a: add efuse node")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

index 92465f7776035a1464c0543906d118098f7c38d7..d5cdd77e5a95906e157b478a91c591dea4d8f364 100644 (file)
@@ -224,9 +224,12 @@ rst: syscon@1e60000 {
                        little-endian;
                };
 
-               efuse@1e80000 {
+               sfp: efuse@1e80000 {
                        compatible = "fsl,ls1028a-sfp";
                        reg = <0x0 0x1e80000 0x0 0x10000>;
+                       clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
+                                           QORIQ_CLK_PLL_DIV(4)>;
+                       clock-names = "sfp";
                        #address-cells = <1>;
                        #size-cells = <1>;