diff options
| author | Nishanth Menon <[email protected]> | 2021-06-04 13:12:31 -0700 |
|---|---|---|
| committer | Santosh Shilimkar <[email protected]> | 2021-06-04 13:12:31 -0700 |
| commit | f594874e36fd440d75e24836615297a827900149 (patch) | |
| tree | 4563647300873aacf4f2571bd382296da242fe1a | |
| parent | 361a02c1e25f148b910fbfbfd77aeb51401e1ea9 (diff) | |
ARM: dts: keystone: k2g: 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.
Reviewed-by: Tero Kristo <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Signed-off-by: Santosh Shilimkar <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/keystone-k2g.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi index e5c813b5556d..d7fc6057ca41 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi @@ -254,7 +254,7 @@ <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>; }; - pmmc: pmmc@2921c00 { + pmmc: system-controller@2921c00 { compatible = "ti,k2g-sci"; /* * In case of rare platforms that does not use k2g as |