dts: riscv: andes: andes_v5_ae350: replaced smu with syscon
Use syscon to replace smu. Signed-off-by: Wei-Tai Lee <wtlee@andestech.com>
This commit is contained in:
parent
cd739a9757
commit
a718583b46
1 changed files with 2 additions and 2 deletions
|
|
@ -204,8 +204,8 @@
|
|||
&CPU2_intc 7 &CPU3_intc 7>;
|
||||
};
|
||||
|
||||
smu: smu@f0100000 {
|
||||
compatible = "andestech,atcsmu100";
|
||||
syscon: syscon@f0100000 {
|
||||
compatible = "syscon";
|
||||
reg = <0xf0100000 0x1000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue