linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] ARM: dts: imx6qdl: make clks node name generic
@ 2020-02-14  2:59 Anson Huang
  2020-02-14  2:59 ` [PATCH 2/5] ARM: dts: imx6sx: " Anson Huang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Anson Huang @ 2020-02-14  2:59 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	devicetree, linux-arm-kernel, linux-kernel
  Cc: Linux-imx

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

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-17  7:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14  2:59 [PATCH 1/5] ARM: dts: imx6qdl: make clks node name generic Anson Huang
2020-02-14  2:59 ` [PATCH 2/5] ARM: dts: imx6sx: " Anson Huang
2020-02-14  2:59 ` [PATCH 3/5] ARM: dts: imx6sl: " Anson Huang
2020-02-14  2:59 ` [PATCH 4/5] ARM: dts: imx6ul: " Anson Huang
2020-02-14  2:59 ` [PATCH 5/5] ARM: dts: imx7s: " Anson Huang
2020-02-17  7:33 ` [PATCH 1/5] ARM: dts: imx6qdl: " Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).