diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-01-27 00:30:11 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-12 19:41:12 +0300 |
commit | 97a6a2ddc2ea684fadd1021dd350c27d03113397 (patch) | |
tree | 2690536dc43012bdcc3b1c9f5dee5382e3b0396f /Documentation | |
parent | 28f7604f48c1cbb69e9c45bc53c84b6ad1f7fa77 (diff) | |
download | linux-97a6a2ddc2ea684fadd1021dd350c27d03113397.tar.xz |
dt-bindings: spi: imx: Add an entry for the i.MX8QM compatible
Add an entry for the "fsl,imx8mq-ecspi" compatible to describe
the ECSPI version present on i.MX8M.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt b/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt index e3c48b20b1a6..2d3264140cc5 100644 --- a/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt +++ b/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt @@ -10,6 +10,7 @@ Required properties: - "fsl,imx35-cspi" for SPI compatible with the one integrated on i.MX35 - "fsl,imx51-ecspi" for SPI compatible with the one integrated on i.MX51 - "fsl,imx53-ecspi" for SPI compatible with the one integrated on i.MX53 and later Soc + - "fsl,imx8mq-ecspi" for SPI compatible with the one integrated on i.MX8M - reg : Offset and length of the register set for the device - interrupts : Should contain CSPI/eCSPI interrupt - clocks : Clock specifiers for both ipg and per clocks. |