Commit 3c12e9da authored by Sean Anderson's avatar Sean Anderson Committed by Shawn Guo
Browse files

arm64: dts: ls1028a: Update SFP node to include clock



The clocks property is now mandatory. Add it to avoid warning message.

Signed-off-by: default avatarSean Anderson <sean.anderson@seco.com>
Reviewed-by: default avatarMichael Walle <michael@walle.cc>
Fixes: eba5bea8 ("arm64: dts: ls1028a: add efuse node")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8630354f
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -224,9 +224,12 @@
			little-endian;
			little-endian;
		};
		};


		efuse@1e80000 {
		sfp: efuse@1e80000 {
			compatible = "fsl,ls1028a-sfp";
			compatible = "fsl,ls1028a-sfp";
			reg = <0x0 0x1e80000 0x0 0x10000>;
			reg = <0x0 0x1e80000 0x0 0x10000>;
			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
					    QORIQ_CLK_PLL_DIV(4)>;
			clock-names = "sfp";
			#address-cells = <1>;
			#address-cells = <1>;
			#size-cells = <1>;
			#size-cells = <1>;