mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 06:56:49 +07:00
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: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
a39f842541
commit
6fc033b560
@ -278,7 +278,7 @@ pio: pinctrl@10005000 {
|
||||
interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
scpsys: scpsys@10006000 {
|
||||
scpsys: power-controller@10006000 {
|
||||
compatible = "mediatek,mt2712-scpsys", "syscon";
|
||||
#power-domain-cells = <1>;
|
||||
reg = <0 0x10006000 0 0x1000>;
|
||||
|
@ -157,7 +157,7 @@ pins1 {
|
||||
};
|
||||
};
|
||||
|
||||
scpsys: scpsys@10006000 {
|
||||
scpsys: power-controller@10006000 {
|
||||
compatible = "mediatek,mt6797-scpsys";
|
||||
#power-domain-cells = <1>;
|
||||
reg = <0 0x10006000 0 0x1000>;
|
||||
|
@ -230,7 +230,7 @@ pericfg: pericfg@10002000 {
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
scpsys: scpsys@10006000 {
|
||||
scpsys: power-controller@10006000 {
|
||||
compatible = "mediatek,mt7622-scpsys",
|
||||
"syscon";
|
||||
#power-domain-cells = <1>;
|
||||
|
@ -437,7 +437,7 @@ pins1 {
|
||||
};
|
||||
};
|
||||
|
||||
scpsys: scpsys@10006000 {
|
||||
scpsys: power-controller@10006000 {
|
||||
compatible = "mediatek,mt8173-scpsys";
|
||||
#power-domain-cells = <1>;
|
||||
reg = <0 0x10006000 0 0x1000>;
|
||||
|
Loading…
Reference in New Issue
Block a user