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:
Kumar Gala 2019-01-23 09:26:30 -06:00 committed by Maureen Helm
commit 4bdd9822ba
3 changed files with 0 additions and 3 deletions

View file

@ -308,7 +308,6 @@
#address-cells = <1>;
#size-cells = <0>;
cs = <&gpiob 10 0>, <&gpiob 9 0>;
pinctrl-0 = <&spi0_default>;
pinctrl-names = "default";
};

View file

@ -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>;

View file

@ -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>;