On Wed, Oct 06, 2021 at 04:26:03PM +0300, Abel Vesa wrote: > Add i.MX8DXL lpi2c compatible to the bindings documentation. > > Signed-off-by: Abel Vesa <abel.vesa@xxxxxxx> > --- > Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml > index acf2d5f45f4e..f277b4de5344 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml > +++ b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml > @@ -17,10 +17,12 @@ properties: > oneOf: > - enum: > - fsl,imx7ulp-lpi2c > + - fsl,imx8dxl-lpi2c > - fsl,imx8qm-lpi2c > - fsl,imx8qxp-lpi2c > - items: > - enum: > + - fsl,imx8dxl-lpi2c Nope. Adding in both spots is wrong. > - fsl,imx8qm-lpi2c > - fsl,imx8qxp-lpi2c > - const: fsl,imx7ulp-lpi2c > -- > 2.31.1 > >