dts: nxp: Add add addr/size cell to spi nodes

The spi nodes should have #address-cells and #size-cells properties much
like i2c does.  Add these missing properties.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-02-21 08:18:19 -06:00 committed by Maureen Helm
commit 0c45b84ce1
4 changed files with 16 additions and 0 deletions

View file

@ -288,6 +288,8 @@
reg = <0x4002c000 0x88>;
interrupts = <26 0>;
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
#address-cells = <1>;
#size-cells = <0>;
cs = <&gpiob 10 0>, <&gpiob 9 0>;
pinctrl-0 = <&spi0_default>;
@ -299,6 +301,8 @@
reg = <0x4002d000 0x88>;
interrupts = <0 0>;
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 13>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};