Message ID | 1636566415-22750-2-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 Wed, 10 Nov 2021 19:46:44 +0200, Abel Vesa wrote: > The i.MX 8QM DTS files use two compatibles, so update the binding to fix > dtbs_check warnings like: > > arch/arm64/boot/dts/freescale/imx8qm-mek.dt.yaml: i2c@5a800000: > compatible: ['fsl,imx8qm-lpi2c', 'fsl,imx7ulp-lpi2c'] is too long > > Signed-off-by: Abel Vesa <abel.vesa@nxp.com> > --- > Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
On Wed, Nov 10, 2021 at 07:46:44PM +0200, Abel Vesa wrote: > The i.MX 8QM DTS files use two compatibles, so update the binding to fix > dtbs_check warnings like: > > arch/arm64/boot/dts/freescale/imx8qm-mek.dt.yaml: i2c@5a800000: > compatible: ['fsl,imx8qm-lpi2c', 'fsl,imx7ulp-lpi2c'] is too long > > Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Applied to for-next, thanks!
On Tue, Nov 23, 2021 at 09:52:22AM +0100, Wolfram Sang wrote: > On Wed, Nov 10, 2021 at 07:46:44PM +0200, Abel Vesa wrote: > > The i.MX 8QM DTS files use two compatibles, so update the binding to fix > > dtbs_check warnings like: > > > > arch/arm64/boot/dts/freescale/imx8qm-mek.dt.yaml: i2c@5a800000: > > compatible: ['fsl,imx8qm-lpi2c', 'fsl,imx7ulp-lpi2c'] is too long > > > > Signed-off-by: Abel Vesa <abel.vesa@nxp.com> > > Applied to for-next, thanks! Sorry, I meant: Applied to for-current, thanks!
diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml index 29b9447f3b84..fe0c89edf7c1 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml @@ -17,9 +17,10 @@ properties: oneOf: - enum: - fsl,imx7ulp-lpi2c - - fsl,imx8qm-lpi2c - items: - - const: fsl,imx8qxp-lpi2c + - enum: + - fsl,imx8qxp-lpi2c + - fsl,imx8qm-lpi2c - const: fsl,imx7ulp-lpi2c reg:
The i.MX 8QM DTS files use two compatibles, so update the binding to fix dtbs_check warnings like: arch/arm64/boot/dts/freescale/imx8qm-mek.dt.yaml: i2c@5a800000: compatible: ['fsl,imx8qm-lpi2c', 'fsl,imx7ulp-lpi2c'] is too long Signed-off-by: Abel Vesa <abel.vesa@nxp.com> --- Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)