Re: [PATCH v2 1/2] ARM: dts: ti: keystone-k2l: Rename ti,davinci-spi-num-cs to num-cs
Dhruva G <[email protected]>
| Newsgroups | org.kernel.vger.linux-spi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 16-08-2026 03:53, Bhargav Joshi wrote: > Property ti,davinci-spi-num-cs 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. Use standard property num-cs instad of > davinci-spi-num-cs. > > Signed-off-by: Bhargav Joshi <[email protected]> > --- Reviewed-by: Dhruva Gole <[email protected]> > arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi | 6 +++--- > 1 file changed, 3 insertions(+), 3 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..39a846d7f8a4 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi > @@ -401,15 +401,15 @@ mdio: mdio@26200f00 { > }; > > &spi0 { > - ti,davinci-spi-num-cs = <5>; > + num-cs = <5>; > }; > > &spi1 { > - ti,davinci-spi-num-cs = <3>; > + num-cs = <3>; > }; > > &spi2 { > - ti,davinci-spi-num-cs = <5>; > + num-cs = <5>; > /* Pin muxed. Enabled and configured by Bootloader */ > status = "disabled"; > }; >