diff options
author | 2025-03-06 12:09:53 -0500 | |
---|---|---|
committer | 2025-03-06 19:09:46 +0000 | |
commit | 02a838b01b8e7c00e2efe78db06fff356a112dec (patch) | |
tree | a71c90cf447362b69f86f63c3b169c55214d494c | |
parent | spi: stm32: Remove unnecessary print function dev_err() (diff) | |
download | linux-rng-02a838b01b8e7c00e2efe78db06fff356a112dec.tar.xz linux-rng-02a838b01b8e7c00e2efe78db06fff356a112dec.zip |
spi: dt-bindings: fsl-lpspi: Add i.MX94 support
Add compatible string "fsl,imx94-spi" for the i.MX94 chip, which is
backward compatible with i.MX7ULP. Set it to fall back to
"fsl,imx7ulp-spi".
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20250306170954.242707-1-Frank.Li@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml index ed1d4aa41b8c..a65a42ccaafe 100644 --- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml +++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml @@ -24,6 +24,7 @@ properties: - enum: - fsl,imx8ulp-spi - fsl,imx93-spi + - fsl,imx94-spi - fsl,imx95-spi - const: fsl,imx7ulp-spi reg: |