[PATCH 1/2] ARM: dts: ti: keystone-k2l: Remove obsolete ti,davinci-spi-num-cs property
Bhargav Joshi <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-spi |
|---|---|
| Message-ID | <[email protected]> |
Remove the property `ti,davinci-spi-num-cs` that is present in the SPI nodes of keystone-k2l.dtsi, but it has never been documented in the bindings or matched by driver. Driver relies on standard `num-cs` property instead. Signed-off-by: Bhargav Joshi <[email protected]> --- arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi index 330b437b667f..65fdb45e8368 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi @@ -400,16 +400,7 @@ mdio: mdio@26200f00 { /include/ "keystone-k2l-netcp.dtsi" }; -&spi0 { - ti,davinci-spi-num-cs = <5>; -}; - -&spi1 { - ti,davinci-spi-num-cs = <3>; -}; - &spi2 { - ti,davinci-spi-num-cs = <5>; /* Pin muxed. Enabled and configured by Bootloader */ status = "disabled"; }; -- 2.55.0