Commit 993de77e authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

ARM: dts: imx: make clks node name generic

Node name should be generic, use "clock-controller" instead of
"ccm" for clks node.
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b0bb4fba
...@@ -684,7 +684,7 @@ wdog2: wdog@20c0000 { ...@@ -684,7 +684,7 @@ wdog2: wdog@20c0000 {
status = "disabled"; status = "disabled";
}; };
clks: ccm@20c4000 { clks: clock-controller@20c4000 {
compatible = "fsl,imx6q-ccm"; compatible = "fsl,imx6q-ccm";
reg = <0x020c4000 0x4000>; reg = <0x020c4000 0x4000>;
interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>, interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
......
...@@ -514,7 +514,7 @@ wdog2: wdog@20c0000 { ...@@ -514,7 +514,7 @@ wdog2: wdog@20c0000 {
status = "disabled"; status = "disabled";
}; };
clks: ccm@20c4000 { clks: clock-controller@20c4000 {
compatible = "fsl,imx6sl-ccm"; compatible = "fsl,imx6sl-ccm";
reg = <0x020c4000 0x4000>; reg = <0x020c4000 0x4000>;
interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>, interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
......
...@@ -582,7 +582,7 @@ wdog2: wdog@20c0000 { ...@@ -582,7 +582,7 @@ wdog2: wdog@20c0000 {
status = "disabled"; status = "disabled";
}; };
clks: ccm@20c4000 { clks: clock-controller@20c4000 {
compatible = "fsl,imx6sx-ccm"; compatible = "fsl,imx6sx-ccm";
reg = <0x020c4000 0x4000>; reg = <0x020c4000 0x4000>;
interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
......
...@@ -546,7 +546,7 @@ wdog2: wdog@20c0000 { ...@@ -546,7 +546,7 @@ wdog2: wdog@20c0000 {
status = "disabled"; status = "disabled";
}; };
clks: ccm@20c4000 { clks: clock-controller@20c4000 {
compatible = "fsl,imx6ul-ccm"; compatible = "fsl,imx6ul-ccm";
reg = <0x020c4000 0x4000>; reg = <0x020c4000 0x4000>;
interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
......
...@@ -612,7 +612,7 @@ snvs_pwrkey: snvs-powerkey { ...@@ -612,7 +612,7 @@ snvs_pwrkey: snvs-powerkey {
}; };
}; };
clks: ccm@30380000 { clks: clock-controller@30380000 {
compatible = "fsl,imx7d-ccm"; compatible = "fsl,imx7d-ccm";
reg = <0x30380000 0x10000>; reg = <0x30380000 0x10000>;
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment