mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
riscv: ae350: dts: Remove the unnecessary #address-cells in plic nodes
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>
This commit is contained in:
parent
5c267e0033
commit
f050dd2b26
2 changed files with 0 additions and 4 deletions
|
@ -135,7 +135,6 @@
|
||||||
|
|
||||||
plic0: interrupt-controller@e4000000 {
|
plic0: interrupt-controller@e4000000 {
|
||||||
compatible = "riscv,plic0";
|
compatible = "riscv,plic0";
|
||||||
#address-cells = <1>;
|
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
reg = <0xe4000000 0x2000000>;
|
reg = <0xe4000000 0x2000000>;
|
||||||
|
@ -148,7 +147,6 @@
|
||||||
|
|
||||||
plic1: interrupt-controller@e6400000 {
|
plic1: interrupt-controller@e6400000 {
|
||||||
compatible = "riscv,plic1";
|
compatible = "riscv,plic1";
|
||||||
#address-cells = <1>;
|
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
reg = <0xe6400000 0x400000>;
|
reg = <0xe6400000 0x400000>;
|
||||||
|
|
|
@ -135,7 +135,6 @@
|
||||||
|
|
||||||
plic0: interrupt-controller@e4000000 {
|
plic0: interrupt-controller@e4000000 {
|
||||||
compatible = "riscv,plic0";
|
compatible = "riscv,plic0";
|
||||||
#address-cells = <2>;
|
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
reg = <0x0 0xe4000000 0x0 0x2000000>;
|
reg = <0x0 0xe4000000 0x0 0x2000000>;
|
||||||
|
@ -148,7 +147,6 @@
|
||||||
|
|
||||||
plic1: interrupt-controller@e6400000 {
|
plic1: interrupt-controller@e6400000 {
|
||||||
compatible = "riscv,plic1";
|
compatible = "riscv,plic1";
|
||||||
#address-cells = <2>;
|
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
reg = <0x0 0xe6400000 0x0 0x400000>;
|
reg = <0x0 0xe6400000 0x0 0x400000>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue