diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-11-01 09:31:19 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-11-01 09:31:19 -0700 |
commit | 7c6c54b505b8aea1782ce6a6e8f3b8297d179937 (patch) | |
tree | 4563548b15a6a236c12ee2580678a1f18b30b302 /Documentation | |
parent | 6444ccfd699cda8db5edaac7fa469d6a29aa9a47 (diff) | |
parent | 012ebc3b7801fcf424d0ebb4689c98f90a8593e0 (diff) | |
download | linux-stable-7c6c54b505b8aea1782ce6a6e8f3b8297d179937.tar.gz linux-stable-7c6c54b505b8aea1782ce6a6e8f3b8297d179937.tar.bz2 linux-stable-7c6c54b505b8aea1782ce6a6e8f3b8297d179937.zip |
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang:
"I2C has a core bugfix & cleanup as well as an ID addition and
MAINTAINERS update for you"
* 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
MAINTAINERS: add maintainer for IMX LPI2C driver
dt-bindings: i2c: i2c-imx-lpi2c: add imx8qxp compatible string
i2c: Clear client->irq in i2c_device_remove
i2c: Remove unnecessary call to irq_find_mapping
Diffstat (limited to 'Documentation')
-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 091c8dfd3229..b245363d6d60 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt @@ -3,6 +3,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 - reg : address and length of the lpi2c master registers - interrupts : lpi2c interrupt - clocks : lpi2c clock specifier |