On Thu, Aug 28, 2025 at 11:14:44AM +0100, James Clark wrote:
> From: Larisa Grigore <larisa.grigore@nxp.com>
>
> Add compatible strings 'nxp,s32g2-lpspi' and 'nxp,s32g3-lpspi' for S32G2
> and S32G3. Require nxp,s32g3-lpspi to fallback to nxp,s32g2-lpspi since
> they are currently compatible.
>
> Signed-off-by: Larisa Grigore <larisa.grigore@nxp.com>
> Signed-off-by: James Clark <james.clark@linaro.org>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
> ---
> Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
> index a65a42ccaafe..a82360bed188 100644
> --- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
> @@ -20,6 +20,7 @@ properties:
> - enum:
> - fsl,imx7ulp-spi
> - fsl,imx8qxp-spi
> + - nxp,s32g2-lpspi
> - items:
> - enum:
> - fsl,imx8ulp-spi
> @@ -27,6 +28,10 @@ properties:
> - fsl,imx94-spi
> - fsl,imx95-spi
> - const: fsl,imx7ulp-spi
> + - items:
> + - const: nxp,s32g3-lpspi
> + - const: nxp,s32g2-lpspi
> +
> reg:
> maxItems: 1
>
>
> --
> 2.34.1
>