Documentation/devicetree/bindings/i2c/i2c-imx.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+)
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>
---
Documentation/devicetree/bindings/i2c/i2c-imx.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
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
@@ -18,6 +18,17 @@ properties:
- const: fsl,imx1-i2c
- 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
--
2.37.1
On Wed, Aug 17, 2022 at 03:56:22PM -0500, Li Yang wrote: > 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> Applied to for-next, thanks!
On Wed, Aug 17, 2022 at 03:56:22PM -0500, Li Yang wrote: > 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> > --- > Documentation/devicetree/bindings/i2c/i2c-imx.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) Acked-by: Rob Herring <robh@kernel.org>
© 2016 - 2026 Red Hat, Inc.