arm64: dts: imx8-ss-dma: Move dma_ipg_clk outside of soc
authorFabio Estevam <festevam@denx.de>
Thu, 7 Sep 2023 15:20:04 +0000 (12:20 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 01:44:05 +0000 (09:44 +0800)
The dma_ipg_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/imx8-ss-dma.dtsi

index d9ab55c0efd75b02a0436bf3359e8622b73ccf08..a206526665d604e6257fb2ed5e466295d7b13d40 100644 (file)
@@ -7,19 +7,19 @@
 #include <dt-bindings/clock/imx8-lpcg.h>
 #include <dt-bindings/firmware/imx/rsrc.h>
 
+dma_ipg_clk: clock-dma-ipg {
+       compatible = "fixed-clock";
+       #clock-cells = <0>;
+       clock-frequency = <120000000>;
+       clock-output-names = "dma_ipg_clk";
+};
+
 dma_subsys: bus@5a000000 {
        compatible = "simple-bus";
        #address-cells = <1>;
        #size-cells = <1>;
        ranges = <0x5a000000 0x0 0x5a000000 0x1000000>;
 
-       dma_ipg_clk: clock-dma-ipg {
-               compatible = "fixed-clock";
-               #clock-cells = <0>;
-               clock-frequency = <120000000>;
-               clock-output-names = "dma_ipg_clk";
-       };
-
        lpspi0: spi@5a000000 {
                compatible = "fsl,imx7ulp-spi";
                reg = <0x5a000000 0x10000>;