Skip to content

Commit 9d3c937

Browse files
committed
arm64: dts: ti: k3-*: Rename the TI-SCI node
Lets rename the node name of TI-SCI node to be system-controller as it is a better standardized name for the function that TI-SCI plays in 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 421c06b commit 9d3c937

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
@@ -134,7 +134,7 @@
134134
};
135135
};
136136

137-
dmsc: dmsc@44043000 {
137+
dmsc: system-controller@44043000 {
138138
compatible = "ti,k2g-sci";
139139
ti,host-id = <12>;
140140
mbox-names = "rx", "tx";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
&cbass_wakeup {
9-
dmsc: dmsc@44083000 {
9+
dmsc: system-controller@44083000 {
1010
compatible = "ti,am654-sci";
1111
ti,host-id = <12>;
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
&cbass_mcu_wakeup {
9-
dmsc: dmsc@44083000 {
9+
dmsc: system-controller@44083000 {
1010
compatible = "ti,k2g-sci";
1111
ti,host-id = <12>;
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
&cbass_mcu_wakeup {
9-
dmsc: dmsc@44083000 {
9+
dmsc: system-controller@44083000 {
1010
compatible = "ti,k2g-sci";
1111
ti,host-id = <12>;
1212

0 commit comments

Comments
 (0)