Re: [PATCH v2 1/2] ARM: dts: ti: keystone-k2l: Rename ti,davinci-spi-num-cs to num-cs
From: Dhruva G
Date: Sun Aug 16 2026 - 13:22:57 EST
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 <j.bhargav.u@xxxxxxxxx>
> ---
Reviewed-by: Dhruva Gole <goledhruva@xxxxxxxxx>
> 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";
> };
>