ARM: dts: keystone: k2g: Rename the TI-SCI clocks node name
authorNishanth Menon <nm@ti.com>
Fri, 4 Jun 2021 20:12:59 +0000 (13:12 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Fri, 4 Jun 2021 20:12:59 +0000 (13:12 -0700)
We currently use clocks as the node name for the node representing
TI-SCI clock nodes. This is better renamed to being clock-controller
as that is a better representative of the system controller function
as a clock controller for the SoC.

Reviewed-by: Tero Kristo <kristo@kernel.org>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
arch/arm/boot/dts/keystone-k2g.dtsi

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