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

index 176dcce24b64996ed1f3a3b3ad550f20af9bb9df..e7783cc2d8303360fdd493cf58ed94c10abb87db 100644 (file)
@@ -3,19 +3,19 @@
  * Copyright 2019-2021 NXP
  * Zhou Guoniu <guoniu.zhou@nxp.com>
  */
+img_ipg_clk: clock-img-ipg {
+       compatible = "fixed-clock";
+       #clock-cells = <0>;
+       clock-frequency = <200000000>;
+       clock-output-names = "img_ipg_clk";
+};
+
 img_subsys: bus@58000000 {
        compatible = "simple-bus";
        #address-cells = <1>;
        #size-cells = <1>;
        ranges = <0x58000000 0x0 0x58000000 0x1000000>;
 
-       img_ipg_clk: clock-img-ipg {
-               compatible = "fixed-clock";
-               #clock-cells = <0>;
-               clock-frequency = <200000000>;
-               clock-output-names = "img_ipg_clk";
-       };
-
        jpegdec: jpegdec@58400000 {
                reg = <0x58400000 0x00050000>;
                interrupts = <GIC_SPI 309 IRQ_TYPE_LEVEL_HIGH>;