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

index 6c8d75ef92503dbe5e4049be9b59b7e754adcb8a..f248e78fb1e05603455e3160e57629beab0c59a0 100644 (file)
@@ -7,19 +7,19 @@
 #include <dt-bindings/clock/imx8-lpcg.h>
 #include <dt-bindings/firmware/imx/rsrc.h>
 
+audio_ipg_clk: clock-audio-ipg {
+       compatible = "fixed-clock";
+       #clock-cells = <0>;
+       clock-frequency = <120000000>;
+       clock-output-names = "audio_ipg_clk";
+};
+
 audio_subsys: bus@59000000 {
        compatible = "simple-bus";
        #address-cells = <1>;
        #size-cells = <1>;
        ranges = <0x59000000 0x0 0x59000000 0x1000000>;
 
-       audio_ipg_clk: clock-audio-ipg {
-               compatible = "fixed-clock";
-               #clock-cells = <0>;
-               clock-frequency = <120000000>;
-               clock-output-names = "audio_ipg_clk";
-       };
-
        dsp_lpcg: clock-controller@59580000 {
                compatible = "fsl,imx8qxp-lpcg";
                reg = <0x59580000 0x10000>;