2020-02-14 03:09:21

by Anson Huang

[permalink] [raw]
Subject: [PATCH 1/5] ARM: dts: imx6qdl: make clks node name generic

Node name should be generic, use "clock-controller" instead of
"ccm" for clks node.

Signed-off-by: Anson Huang <[email protected]>
---
arch/arm/boot/dts/imx6qdl.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index b0d9295..7f4bca6 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -684,7 +684,7 @@
status = "disabled";
};

- clks: ccm@20c4000 {
+ clks: clock-controller@20c4000 {
compatible = "fsl,imx6q-ccm";
reg = <0x020c4000 0x4000>;
interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
--
2.7.4


2020-02-17 07:35:09

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 1/5] ARM: dts: imx6qdl: make clks node name generic

On Fri, Feb 14, 2020 at 10:59:36AM +0800, Anson Huang wrote:
> Node name should be generic, use "clock-controller" instead of
> "ccm" for clks node.
>
> Signed-off-by: Anson Huang <[email protected]>

Applied with squashing, thanks.