Add missing #address-cells and #size-cells to fix a warning Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> --- arch/arm/dts/vf610-zii-dev-rev-c.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/dts/vf610-zii-dev-rev-c.dts b/arch/arm/dts/vf610-zii-dev-rev-c.dts index 080d44614..ecec0b183 100644 --- a/arch/arm/dts/vf610-zii-dev-rev-c.dts +++ b/arch/arm/dts/vf610-zii-dev-rev-c.dts @@ -22,6 +22,9 @@ &dspi0 { m25p128@0 { + #address-cells = <1>; + #size-cells = <0>; + partition@0 { label = "bootloader"; reg = <0x0 0x100000>; -- 2.21.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox