Message ID | 20220817205623.22104-1-leoyang.li@nxp.com |
---|---|
State | Accepted |
Commit | a060848b988347e5a4c48cbf99a6f50cd1410d98 |
Headers | show |
Series | dt-binding: i2c-imx: add SoC specific compatible strings for layerscape | expand |
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>
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!
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
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(+)