summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2023-10-25 15:22:42 +0800
committerShawn Guo <shawnguo@kernel.org>2023-11-27 10:33:01 +0800
commitd68b9a66ae82a0bbaa6746e4286a7bd777084203 (patch)
treedbe59b3a14058f0c45925d7c15dbc450a71b83c8 /arch/arm64
parent47a34668179f6df2832e817db2083f0f02d65256 (diff)
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>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/boot/dts/freescale/imx93.dtsi5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
index 081859e5c3bd..d3a99d7abba4 100644
--- a/arch/arm64/boot/dts/freescale/imx93.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
@@ -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 {