diff options
author | A.s. Dong <[email protected]> | 2018-10-18 18:19:34 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2018-10-21 16:55:23 +0100 |
commit | 0c903aafc8529f64d24d2cd6df32f2bf16aad20b (patch) | |
tree | a0212616e5e1cefa125c08d4b9dd160c071220bc | |
parent | 79a15f4974ce9613134648e6e1dd0eb7ca199de6 (diff) |
spi: lpspi: add imx8qxp compatible string
Add imx8qxp compatible string
Signed-off-by: Dong Aisheng <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt index 4af132606b37..8d178a4503cf 100644 --- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt @@ -3,6 +3,7 @@ Required properties: - compatible : - "fsl,imx7ulp-spi" for LPSPI compatible with the one integrated on i.MX7ULP soc + - "fsl,imx8qxp-spi" for LPSPI compatible with the one integrated on i.MX8QXP soc - reg : address and length of the lpspi master registers - interrupts : lpspi interrupt - clocks : lpspi clock specifier |