ARM: dts: keystone: k2g: Rename the TI-SCI clocks node name

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>
This commit is contained in:
Nishanth Menon 2021-06-04 13:12:59 -07:00 committed by Santosh Shilimkar
parent f594874e36
commit 39b73baa44
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
#power-domain-cells = <1>; #power-domain-cells = <1>;
}; };
k2g_clks: clocks { k2g_clks: clock-controller {
compatible = "ti,k2g-sci-clk"; compatible = "ti,k2g-sci-clk";
#clock-cells = <2>; #clock-cells = <2>;
}; };