Re: [PATCH 1/6] dt-bindings: spi: Add spi-buses property

From: Rob Herring

Date: Tue Oct 21 2025 - 10:21:31 EST


On Tue, Oct 14, 2025 at 05:02:11PM -0500, David Lechner wrote:
> Add a spi-buses property to the spi-peripheral-props binding to allow
> specifying the SPI data bus or buses that a peripheral is connected to
> in cases where the SPI controller has more than one physical SPI data
> bus.

Is there a reason why spi-rx-bus-width property doesn't work for you?
The only thing I see would be you need to define the order of the pins
like "data-lanes" property.

Rob