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:
parent
5a5e352899
commit
0c45b84ce1
4 changed files with 16 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue