Skip to content

Commit

Permalink
dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95
Browse files Browse the repository at this point in the history
Add i.MX93/95 flexspi compatible strings, which are compatible with
i.MX8MM

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Han Xu <han.xu@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://msgid.link/r/20240122091510.2077498-2-peng.fan@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Peng Fan authored and Mark Brown committed Jan 22, 2024
1 parent 6685d55 commit 18ab9e9
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ allOf:

properties:
compatible:
enum:
- nxp,imx8dxl-fspi
- nxp,imx8mm-fspi
- nxp,imx8mp-fspi
- nxp,imx8qxp-fspi
- nxp,lx2160a-fspi
oneOf:
- enum:
- nxp,imx8dxl-fspi
- nxp,imx8mm-fspi
- nxp,imx8mp-fspi
- nxp,imx8qxp-fspi
- nxp,lx2160a-fspi
- items:
- enum:
- nxp,imx93-fspi
- nxp,imx95-fspi
- const: nxp,imx8mm-fspi

reg:
items:
Expand Down

0 comments on commit 18ab9e9

Please sign in to comment.