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: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Peng Fan 2023-10-25 15:22:42 +08:00 committed by Shawn Guo
parent 47a3466817
commit d68b9a66ae

View File

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