arm64: dts: imx8dxl-ss-conn: Move conn_enet0_root_clk outside of soc
authorFabio Estevam <festevam@denx.de>
Thu, 7 Sep 2023 15:20:08 +0000 (12:20 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 01:44:15 +0000 (09:44 +0800)
The conn_enet0_root_clk node does not have any register associated with it,
so it should be moved outside of soc to fix schema warning from
simple-bus.yaml.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi

index 652493ae4bb52e2771fcf94c08cdfa68b8eb1e63..b47752a878c9cf9b88ede2af6277f71616547152 100644 (file)
@@ -6,14 +6,16 @@
 /delete-node/ &enet1_lpcg;
 /delete-node/ &fec2;
 
-&conn_subsys {
+/ {
        conn_enet0_root_clk: clock-conn-enet0-root {
                compatible = "fixed-clock";
                #clock-cells = <0>;
                clock-frequency = <250000000>;
                clock-output-names = "conn_enet0_root_clk";
        };
+};
 
+&conn_subsys {
        eqos: ethernet@5b050000 {
                compatible = "nxp,imx8dxl-dwmac-eqos", "snps,dwmac-5.10a";
                reg = <0x5b050000 0x10000>;