Re: [PATCH] spi: dt-bindings: marvell,mmp2-ssp: Merge PXA SSP into schema

From: Greg Kroah-Hartman
Date: Tue Jun 04 2024 - 08:01:00 EST


On Wed, May 22, 2024 at 08:28:58AM -0500, Rob Herring (Arm) wrote:
> The Marvell PXA SSP block is the same or similiar to the MMP2 variant.
> The only difference in the binding is the PXA version supports DMA (and
> that's probably a binding difference rather than an actual h/w
> difference).
>
> The old binding didn't belong under 'serial' as it is not a UART. The
> SSP block also supports audio devices, so 'spi' is not a perfect fit
> either. As the existing schema for MMP2 is there, just leave things
> as-is.
>
> The examples in the old text binding were pretty out of sync with
> reality. 'clock-names' and 'ssp-id' aren't documented nor used.
>
> Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> ---
> .../bindings/serial/mrvl,pxa-ssp.txt | 64 -------------------
> .../bindings/spi/marvell,mmp2-ssp.yaml | 35 ++++++++--
> 2 files changed, 31 insertions(+), 68 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/serial/mrvl,pxa-ssp.txt
>

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>