arm64: dts: imx93: update anatop node
authorPeng Fan <peng.fan@nxp.com>
Wed, 25 Oct 2023 07:22:42 +0000 (15:22 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Nov 2023 02:33:01 +0000 (10:33 +0800)
The anatop module produces PLL and OSC for Clock Controller Module. Since
the binding doc has been updated to clock-controller for this module,
Let's also update the device tree node.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93.dtsi

index 081859e5c3bd172e1ed6cdee4b9b4cecbaf58fdc..d3a99d7abba4c955647fdcbac240b20572164ebb 100644 (file)
                                };
                        };
 
-                       anatop: anatop@44480000 {
-                               compatible = "fsl,imx93-anatop", "syscon";
+                       clock-controller@44480000 {
+                               compatible = "fsl,imx93-anatop";
                                reg = <0x44480000 0x2000>;
+                               #clock-cells = <1>;
                        };
 
                        tmu: tmu@44482000 {