ARM: dts: keystone-k2g: Add ti-sci clock provider node
authorTero Kristo <t-kristo@ti.com>
Fri, 21 Jul 2017 16:38:37 +0000 (09:38 -0700)
committerSantosh Shilimkar <ssantosh@kernel.org>
Fri, 21 Jul 2017 16:38:37 +0000 (09:38 -0700)
Add a ti-sci node representing the clock provider in the system.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
arch/arm/boot/dts/keystone-k2g.dtsi

index 7ffd7facdc479f47816bcc9abf4e3aadfc0a5005..2cdc7c8aeb5c53aa26b3b8b7f0fab620061d9386 100644 (file)
                                compatible = "ti,sci-pm-domain";
                                #power-domain-cells = <1>;
                        };
+
+                       k2g_clks: clocks {
+                               compatible = "ti,k2g-sci-clk";
+                               #clock-cells = <2>;
+                       };
                };
        };
 };