diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2021-11-10 20:46:54 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-11-29 11:40:55 +0300 |
commit | 6544bcdb88ceb2fbabb8b43be9bcf470de08dab2 (patch) | |
tree | 0f984edba91a5133be7323a19a9290d4401b78e7 /Documentation/devicetree/bindings/i2c | |
parent | c55526a1c1e133f635b59a9af3a9d84bab939657 (diff) | |
download | linux-6544bcdb88ceb2fbabb8b43be9bcf470de08dab2.tar.xz |
dt-bindings: i2c: imx-lpi2c: Add i.MX8DXL compatible match
Add i.MX8DXL lpi2c compatible to the bindings documentation.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml index fe0c89edf7c1..1fb6a0469a25 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml @@ -20,6 +20,7 @@ properties: - items: - enum: - fsl,imx8qxp-lpi2c + - fsl,imx8dxl-lpi2c - fsl,imx8qm-lpi2c - const: fsl,imx7ulp-lpi2c |