Commit d68b9a66 authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo
Browse files

arm64: dts: imx93: update anatop node



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: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 47a34668
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -449,9 +449,10 @@ mediamix: power-domain@44462400 {
				};
			};

			anatop: anatop@44480000 {
				compatible = "fsl,imx93-anatop", "syscon";
			clock-controller@44480000 {
				compatible = "fsl,imx93-anatop";
				reg = <0x44480000 0x2000>;
				#clock-cells = <1>;
			};

			tmu: tmu@44482000 {