diff options
author | Dong Aisheng <aisheng.dong@nxp.com> | 2019-11-17 20:58:50 +0800 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-12-16 16:00:06 -0600 |
commit | 40a4711a704f26fbef39166147caeb66885fbfef (patch) | |
tree | 795a833ac5ce64289b1288118e61f1a0374aea82 | |
parent | 6a86e9f57a51f700ca775cb17114b9707a321e16 (diff) | |
download | linux-40a4711a704f26fbef39166147caeb66885fbfef.tar.bz2 |
dt-bindings: i2c: lpi2c: add imx8qm compatible string
Add imx8qm compatible string.
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt index b245363d6d60..f0c072ff9eca 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt @@ -4,6 +4,7 @@ Required properties: - compatible : - "fsl,imx7ulp-lpi2c" for LPI2C compatible with the one integrated on i.MX7ULP soc - "fsl,imx8qxp-lpi2c" for LPI2C compatible with the one integrated on i.MX8QXP soc + - "fsl,imx8qm-lpi2c" for LPI2C compatible with the one integrated on i.MX8QM soc - reg : address and length of the lpi2c master registers - interrupts : lpi2c interrupt - clocks : lpi2c clock specifier |