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:
Allen Martin 2023-02-05 20:18:50 -08:00
parent 2c73f819c7
commit fc79d0beff

View file

@ -34,6 +34,8 @@
linux,mtd-name = "xip-flash.0";
erase-size = <0x10000>;
bank-width = <4>;
#address-cells = <1>;
#size-cells = <1>;
};
};