dts: cleanup missing #{address,size}-cells

A few i2c and spi bus nodes were missing #address-cells and #size-cells
properties.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-06-19 00:20:17 -05:00 committed by Kumar Gala
commit 0bed1007ed
10 changed files with 36 additions and 4 deletions

View file

@ -49,6 +49,8 @@
peripheral-id = <22>;
label = "I2C_0";
status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
};
i2c1: i2c@40090000 {
@ -59,6 +61,8 @@
peripheral-id = <23>;
label = "I2C_1";
status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
};
uart0: uart@400e0800 {