Commit 6fc033b5 authored by Matthias Brugger's avatar Matthias Brugger

arm64: dts: mediatek: rename scpsys nodes to power-controller

The nodes with name scpsys actually implement a power-controller.
Rename the nodes to match the bindings description.
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent a39f8425
...@@ -278,7 +278,7 @@ pio: pinctrl@10005000 { ...@@ -278,7 +278,7 @@ pio: pinctrl@10005000 {
interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
}; };
scpsys: scpsys@10006000 { scpsys: power-controller@10006000 {
compatible = "mediatek,mt2712-scpsys", "syscon"; compatible = "mediatek,mt2712-scpsys", "syscon";
#power-domain-cells = <1>; #power-domain-cells = <1>;
reg = <0 0x10006000 0 0x1000>; reg = <0 0x10006000 0 0x1000>;
......
...@@ -157,7 +157,7 @@ pins1 { ...@@ -157,7 +157,7 @@ pins1 {
}; };
}; };
scpsys: scpsys@10006000 { scpsys: power-controller@10006000 {
compatible = "mediatek,mt6797-scpsys"; compatible = "mediatek,mt6797-scpsys";
#power-domain-cells = <1>; #power-domain-cells = <1>;
reg = <0 0x10006000 0 0x1000>; reg = <0 0x10006000 0 0x1000>;
......
...@@ -230,7 +230,7 @@ pericfg: pericfg@10002000 { ...@@ -230,7 +230,7 @@ pericfg: pericfg@10002000 {
#reset-cells = <1>; #reset-cells = <1>;
}; };
scpsys: scpsys@10006000 { scpsys: power-controller@10006000 {
compatible = "mediatek,mt7622-scpsys", compatible = "mediatek,mt7622-scpsys",
"syscon"; "syscon";
#power-domain-cells = <1>; #power-domain-cells = <1>;
......
...@@ -437,7 +437,7 @@ pins1 { ...@@ -437,7 +437,7 @@ pins1 {
}; };
}; };
scpsys: scpsys@10006000 { scpsys: power-controller@10006000 {
compatible = "mediatek,mt8173-scpsys"; compatible = "mediatek,mt8173-scpsys";
#power-domain-cells = <1>; #power-domain-cells = <1>;
reg = <0 0x10006000 0 0x1000>; reg = <0 0x10006000 0 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment