mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-15 11:34:41 +00:00
riscv: dts: bflb: ox64: Fix address/size-cells
The number of address cells needed here (one) does not match the implicitly-defined default number of cells. Signed-off-by: Allen Martin <armartin@gmail.com>
This commit is contained in:
parent
2c73f819c7
commit
fc79d0beff
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
linux,mtd-name = "xip-flash.0";
|
||||
erase-size = <0x10000>;
|
||||
bank-width = <4>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue