riscv: ae350: dts: Remove the unnecessary #address-cells in plic nodes
authorBin Meng <bmeng.cn@gmail.com>
Fri, 4 Jun 2021 05:51:11 +0000 (13:51 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 17 Jun 2021 01:39:08 +0000 (09:39 +0800)
PLIC nodes don't have child nodes, so #address-cells is not needed.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/dts/ae350_32.dts
arch/riscv/dts/ae350_64.dts

index b90351e..0917b83 100644 (file)
 
                plic0: interrupt-controller@e4000000 {
                        compatible = "riscv,plic0";
-                       #address-cells = <1>;
                        #interrupt-cells = <1>;
                        interrupt-controller;
                        reg = <0xe4000000 0x2000000>;
 
                plic1: interrupt-controller@e6400000 {
                        compatible = "riscv,plic1";
-                       #address-cells = <1>;
                        #interrupt-cells = <1>;
                        interrupt-controller;
                        reg = <0xe6400000 0x400000>;
index 27ac21c..564e94a 100644 (file)
 
                plic0: interrupt-controller@e4000000 {
                        compatible = "riscv,plic0";
-                       #address-cells = <2>;
                        #interrupt-cells = <2>;
                        interrupt-controller;
                        reg = <0x0 0xe4000000 0x0 0x2000000>;
 
                plic1: interrupt-controller@e6400000 {
                        compatible = "riscv,plic1";
-                       #address-cells = <2>;
                        #interrupt-cells = <2>;
                        interrupt-controller;
                        reg = <0x0 0xe6400000 0x0 0x400000>;