Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nishanth Menon and committed by
Santosh Shilimkar
39b73baa f594874e

+1 -1
+1 -1
arch/arm/boot/dts/keystone-k2g.dtsi
··· 272 272 #power-domain-cells = <1>; 273 273 }; 274 274 275 - k2g_clks: clocks { 275 + k2g_clks: clock-controller { 276 276 compatible = "ti,k2g-sci-clk"; 277 277 #clock-cells = <2>; 278 278 };