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

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
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment