dts: arm: nxp: Cleanup SPI node on K6X, KW4{0,1}Z
The SPI0 node had a property called 'cs' which wasn't used or defined as part of the binding yaml. So let's remove it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
31d450f310
commit
4bdd9822ba
3 changed files with 0 additions and 3 deletions
|
@ -308,7 +308,6 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
cs = <&gpiob 10 0>, <&gpiob 9 0>;
|
||||
pinctrl-0 = <&spi0_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
|
|
@ -192,7 +192,6 @@
|
|||
label = "SPI_0";
|
||||
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
|
||||
|
||||
cs = <&gpiob 18 0>, <&gpiob 17 0>;
|
||||
pinctrl-0 = <&spi0_default>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -195,7 +195,6 @@
|
|||
label = "SPI_0";
|
||||
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
|
||||
|
||||
cs = <&gpiob 18 0>, <&gpiob 17 0>;
|
||||
pinctrl-0 = <&spi0_default>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue