PLIC nodes don't have child nodes, so #address-cells is not needed.

Signed-off-by: Bin Meng <bmeng...@gmail.com>
---

 arch/riscv/dts/ae350_32.dts | 2 --
 arch/riscv/dts/ae350_64.dts | 2 --
 2 files changed, 4 deletions(-)

diff --git a/arch/riscv/dts/ae350_32.dts b/arch/riscv/dts/ae350_32.dts
index b90351e87b..0917b83108 100644
--- a/arch/riscv/dts/ae350_32.dts
+++ b/arch/riscv/dts/ae350_32.dts
@@ -135,7 +135,6 @@
 
                plic0: interrupt-controller@e4000000 {
                        compatible = "riscv,plic0";
-                       #address-cells = <1>;
                        #interrupt-cells = <1>;
                        interrupt-controller;
                        reg = <0xe4000000 0x2000000>;
@@ -148,7 +147,6 @@
 
                plic1: interrupt-controller@e6400000 {
                        compatible = "riscv,plic1";
-                       #address-cells = <1>;
                        #interrupt-cells = <1>;
                        interrupt-controller;
                        reg = <0xe6400000 0x400000>;
diff --git a/arch/riscv/dts/ae350_64.dts b/arch/riscv/dts/ae350_64.dts
index 27ac21c716..564e94a1db 100644
--- a/arch/riscv/dts/ae350_64.dts
+++ b/arch/riscv/dts/ae350_64.dts
@@ -135,7 +135,6 @@
 
                plic0: interrupt-controller@e4000000 {
                        compatible = "riscv,plic0";
-                       #address-cells = <2>;
                        #interrupt-cells = <2>;
                        interrupt-controller;
                        reg = <0x0 0xe4000000 0x0 0x2000000>;
@@ -148,7 +147,6 @@
 
                plic1: interrupt-controller@e6400000 {
                        compatible = "riscv,plic1";
-                       #address-cells = <2>;
                        #interrupt-cells = <2>;
                        interrupt-controller;
                        reg = <0x0 0xe6400000 0x0 0x400000>;
-- 
2.25.1

Reply via email to