Message ID | 1633075894-10214-10-git-send-email-abel.vesa@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: Add i.MX8DXL initial support | expand |
On Fri, 01 Oct 2021 11:11:34 +0300, Abel Vesa wrote: > Add i.MX8DXL lpi2c compatible to the bindings documentation. > > Signed-off-by: Abel Vesa <abel.vesa@nxp.com> > --- > Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/1535241 i2c@5a800000: compatible: 'oneOf' conditional failed, one must be fixed: arch/arm64/boot/dts/freescale/imx8qm-mek.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-ai_ml.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-colibri-eval-v3.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-mek.dt.yaml i2c@5a810000: compatible: 'oneOf' conditional failed, one must be fixed: arch/arm64/boot/dts/freescale/imx8qm-mek.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-ai_ml.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-colibri-eval-v3.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-mek.dt.yaml i2c@5a820000: compatible: 'oneOf' conditional failed, one must be fixed: arch/arm64/boot/dts/freescale/imx8qm-mek.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-ai_ml.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-colibri-eval-v3.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-mek.dt.yaml i2c@5a830000: compatible: 'oneOf' conditional failed, one must be fixed: arch/arm64/boot/dts/freescale/imx8qm-mek.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-ai_ml.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-colibri-eval-v3.dt.yaml arch/arm64/boot/dts/freescale/imx8qxp-mek.dt.yaml
diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml index 29b9447f3b84..3505577082d7 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml @@ -18,7 +18,9 @@ properties: - enum: - fsl,imx7ulp-lpi2c - fsl,imx8qm-lpi2c + - fsl,imx8dxl-lpi2c - items: + - const: fsl,imx8dxl-lpi2c - const: fsl,imx8qxp-lpi2c - const: fsl,imx7ulp-lpi2c
Add i.MX8DXL lpi2c compatible to the bindings documentation. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> --- Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml | 2 ++ 1 file changed, 2 insertions(+)