diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2021-11-10 19:46:54 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-11-29 09:40:55 +0100 |
commit | 6544bcdb88ceb2fbabb8b43be9bcf470de08dab2 (patch) | |
tree | 0f984edba91a5133be7323a19a9290d4401b78e7 | |
parent | c55526a1c1e133f635b59a9af3a9d84bab939657 (diff) |
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>
-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 |