Unverified Commit 49cd1eb3 authored by Jacky Bai's avatar Jacky Bai Committed by Mark Brown
Browse files

spi: fsl-lpspi: Add imx8ulp compatible string



The lpspi on i.MX8ULP is derived from i.MX7ULP, it uses two
compatible strings, so update the comaptible string for i.MX8ULP.

Signed-off-by: default avatarJacky Bai <ping.bai@nxp.com>
Reviewed-by: default avatarDong Aisheng <aisheng.dong@nxp.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211120113454.785997-4-peng.fan@oss.nxp.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3f076575
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -14,10 +14,13 @@ allOf:

properties:
  compatible:
    enum:
    oneOf:
      - enum:
          - fsl,imx7ulp-spi
          - fsl,imx8qxp-spi

      - items:
          - const: fsl,imx8ulp-spi
          - const: fsl,imx7ulp-spi
  reg:
    maxItems: 1