Skip to content

Commit a081288

Browse files
committed
arm64: dts: ti: k3-*: 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. Signed-off-by: Nishanth Menon <[email protected]> Reviewed-by: Tero Kristo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 52ae30f commit a081288

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arch/arm64/boot/dts/ti/k3-am64-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
#power-domain-cells = <2>;
149149
};
150150

151-
k3_clks: clocks {
151+
k3_clks: clock-controller {
152152
compatible = "ti,k2g-sci-clk";
153153
#clock-cells = <2>;
154154
};

arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#power-domain-cells = <2>;
2424
};
2525

26-
k3_clks: clocks {
26+
k3_clks: clock-controller {
2727
compatible = "ti,k2g-sci-clk";
2828
#clock-cells = <2>;
2929
};

arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#power-domain-cells = <2>;
2424
};
2525

26-
k3_clks: clocks {
26+
k3_clks: clock-controller {
2727
compatible = "ti,k2g-sci-clk";
2828
#clock-cells = <2>;
2929
};

arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#power-domain-cells = <2>;
2424
};
2525

26-
k3_clks: clocks {
26+
k3_clks: clock-controller {
2727
compatible = "ti,k2g-sci-clk";
2828
#clock-cells = <2>;
2929
};

0 commit comments

Comments
 (0)