Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: eba5bea8f37f ("arm64: dts: ls1028a: add efuse node")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Sean Anderson and committed by
Shawn Guo
3c12e9da 8630354f

+4 -1
+4 -1
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
··· 224 224 little-endian; 225 225 }; 226 226 227 - efuse@1e80000 { 227 + sfp: efuse@1e80000 { 228 228 compatible = "fsl,ls1028a-sfp"; 229 229 reg = <0x0 0x1e80000 0x0 0x10000>; 230 + clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 231 + QORIQ_CLK_PLL_DIV(4)>; 232 + clock-names = "sfp"; 230 233 #address-cells = <1>; 231 234 #size-cells = <1>; 232 235