Skip to content

Commit 3c12e9d

Browse files
sean-anderson-secoShawn Guo
authored andcommitted
arm64: dts: ls1028a: Update SFP node to include clock
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: eba5bea ("arm64: dts: ls1028a: add efuse node") Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 8630354 commit 3c12e9d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,12 @@
224224
little-endian;
225225
};
226226

227-
efuse@1e80000 {
227+
sfp: efuse@1e80000 {
228228
compatible = "fsl,ls1028a-sfp";
229229
reg = <0x0 0x1e80000 0x0 0x10000>;
230+
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
231+
QORIQ_CLK_PLL_DIV(4)>;
232+
clock-names = "sfp";
230233
#address-cells = <1>;
231234
#size-cells = <1>;
232235

0 commit comments

Comments
 (0)