diff mbox

[v2,2/2] arm64: dts: zx: Add clock controller nodes

Message ID 1476361881-19685-3-git-send-email-jun.nie@linaro.org
State New
Headers show

Commit Message

Jun Nie Oct. 13, 2016, 12:31 p.m. UTC
Add clock controller nodes, including one top controller
two low speed controllers and one audio controller.

Signed-off-by: Jun Nie <jun.nie@linaro.org>

---
 arch/arm64/boot/dts/zte/zx296718.dtsi | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

-- 
1.9.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

Comments

Olof Johansson Oct. 17, 2016, 8:48 p.m. UTC | #1
On Thu, Oct 13, 2016 at 08:31:21PM +0800, Jun Nie wrote:
> Add clock controller nodes, including one top controller

> two low speed controllers and one audio controller.

> 

> Signed-off-by: Jun Nie <jun.nie@linaro.org>

> ---

>  arch/arm64/boot/dts/zte/zx296718.dtsi | 24 ++++++++++++++++++++++++

>  1 file changed, 24 insertions(+)


This isn't a fix for a bug, so please send this with your other updates for
v4.10.

Thanks,

-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Shawn Guo Oct. 24, 2016, 8:56 a.m. UTC | #2
On Mon, Oct 17, 2016 at 01:48:41PM -0700, Olof Johansson wrote:
> On Thu, Oct 13, 2016 at 08:31:21PM +0800, Jun Nie wrote:

> > Add clock controller nodes, including one top controller

> > two low speed controllers and one audio controller.

> > 

> > Signed-off-by: Jun Nie <jun.nie@linaro.org>

> > ---

> >  arch/arm64/boot/dts/zte/zx296718.dtsi | 24 ++++++++++++++++++++++++

> >  1 file changed, 24 insertions(+)

> 

> This isn't a fix for a bug, so please send this with your other updates for

> v4.10.


I queued it up for 4.10.

Shawn

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/zte/zx296718.dtsi b/arch/arm64/boot/dts/zte/zx296718.dtsi
index 6b239a3..e419eff 100644
--- a/arch/arm64/boot/dts/zte/zx296718.dtsi
+++ b/arch/arm64/boot/dts/zte/zx296718.dtsi
@@ -279,9 +279,33 @@ 
 			dma-requests = <32>;
 		};
 
+		lsp0crm: clock-controller@1420000 {
+			compatible = "zte,zx296718-lsp0crm";
+			reg = <0x01420000 0x1000>;
+			#clock-cells = <1>;
+		};
+
+		lsp1crm: clock-controller@1430000 {
+			compatible = "zte,zx296718-lsp1crm";
+			reg = <0x01430000 0x1000>;
+			#clock-cells = <1>;
+		};
+
+		topcrm: clock-controller@1461000 {
+			compatible = "zte,zx296718-topcrm";
+			reg = <0x01461000 0x1000>;
+			#clock-cells = <1>;
+		};
+
 		sysctrl: sysctrl@1463000 {
 			compatible = "zte,zx296718-sysctrl", "syscon";
 			reg = <0x1463000 0x1000>;
 		};
+
+		audiocrm: clock-controller@1480000 {
+			compatible = "zte,zx296718-audiocrm";
+			reg = <0x01480000 0x1000>;
+			#clock-cells = <1>;
+		};
 	};
 };