diff options
author | Li Yang <leoyang.li@nxp.com> | 2022-08-17 23:56:22 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-09-08 00:40:05 +0300 |
commit | a060848b988347e5a4c48cbf99a6f50cd1410d98 (patch) | |
tree | 3df53ebc75fe373cb51adc88859143cd405662e2 | |
parent | d2601193056ad9bc0dad1770b9cc492769d02777 (diff) | |
download | linux-a060848b988347e5a4c48cbf99a6f50cd1410d98.tar.xz |
dt-bindings: i2c: imx: add SoC specific compatible strings for layerscape
Add chip specific compatible strings for layerscape platforms to make it
possible to do SoC specific fix-ups in the driver.
Signed-off-by: Li Yang <leoyang.li@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.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml index 01720e338b4c..85ee1282d6d2 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml @@ -19,6 +19,17 @@ properties: - const: fsl,imx21-i2c - const: fsl,vf610-i2c - items: + - enum: + - fsl,ls1012a-i2c + - fsl,ls1021a-i2c + - fsl,ls1028a-i2c + - fsl,ls1043a-i2c + - fsl,ls1046a-i2c + - fsl,ls1088a-i2c + - fsl,ls208xa-i2c + - fsl,lx2160a-i2c + - const: fsl,vf610-i2c + - items: - const: fsl,imx35-i2c - const: fsl,imx1-i2c - items: |