ARM: 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
bb6d3fb354
commit
ed412c12b7
3 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@
|
|||
reg = <0 0x10005000 0 0x1000>;
|
||||
};
|
||||
|
||||
scpsys: scpsys@10006000 {
|
||||
scpsys: power-controller@10006000 {
|
||||
compatible = "mediatek,mt2701-scpsys", "syscon";
|
||||
#power-domain-cells = <1>;
|
||||
reg = <0 0x10006000 0 0x1000>;
|
||||
|
|
|
@ -268,7 +268,7 @@
|
|||
reg = <0 0x10005000 0 0x1000>;
|
||||
};
|
||||
|
||||
scpsys: scpsys@10006000 {
|
||||
scpsys: power-controller@10006000 {
|
||||
compatible = "mediatek,mt7623-scpsys",
|
||||
"mediatek,mt2701-scpsys",
|
||||
"syscon";
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
scpsys: scpsys@10006000 {
|
||||
scpsys: power-controller@10006000 {
|
||||
compatible = "mediatek,mt7629-scpsys",
|
||||
"mediatek,mt7622-scpsys";
|
||||
#power-domain-cells = <1>;
|
||||
|
|
Loading…
Add table
Reference in a new issue