]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: zx: Add clock controller nodes
authorJun Nie <jun.nie@linaro.org>
Thu, 13 Oct 2016 12:31:21 +0000 (20:31 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 24 Oct 2016 08:54:20 +0000 (16:54 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/zte/zx296718.dtsi

index a223066f24ce2094bfb4e904fff246d2405919c1..7a1aed70dbc070e76b8f4a6b1655ff57bc9ce49d 100644 (file)
@@ -284,9 +284,33 @@ dma: dma-controller@1460000 {
                        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>;
+               };
        };
 };