[PATCH v4 07/18] arm64: dts: imx8mq: add anatop clocks
Dario Binacchi
dario.binacchi at amarulasolutions.com
Sun Dec 1 09:46:07 PST 2024
Add clocks to anatop node.
Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
- Added in v4
---
(no changes since v1)
arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index d51de8d899b2..1d1424a136f0 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -817,6 +817,8 @@ anatop: clock-controller at 30360000 {
reg = <0x30360000 0x10000>;
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
#clock-cells = <1>;
+ clocks = <&ckil>, <&osc_25m>, <&osc_27m>;
+ clock-names = "ckil", "osc_25m", "osc_27m";
};
snvs: snvs at 30370000 {
--
2.43.0
More information about the linux-arm-kernel
mailing list