On Fri, 15 Dec 2023 04:32:02 -0600, David Lechner wrote: > This adds a new spi-rx-bus-channels property to the generic spi > peripheral property bindings. This property is used to describe > devices that have parallel data output channels. > > This property is different from spi-rx-bus-width in that the latter > means that we are reading multiple bits of a single word at one time > while the former means that we are reading single bits of multiple words > at the same time. > > Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx> > --- > > The rest of this series is ready to merge, so just looking for an ack from > Mark on this one. > > .../devicetree/bindings/spi/spi-peripheral-props.yaml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>