From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7C2CAC433EF for ; Tue, 23 Nov 2021 08:53:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=kJQ+sGH3rkjf8VMCIT95nnz+oai7lOJ9Vm05Gh0CLcY=; b=keS/bbfFrAPxQHD+qBP+hx05CR Oz/23g30IyMlzsMuTJkaMvNVTGrrh7sy57ZJzJuP3PPtFiOUrIapclSrpAGmeKhuJI7Zogq5mjDMt DDwajoUe7ZYf1rOtKc5yo/r1UB1sFKd5E7P9Z+cDf3bMhReUz+++Bec/CEbKd1KC8A4qGCXtwbHVf 1Mz+yr5lpMJR3u95Wr2S9cnUVPXJorCc8bb5X7RCdPTKjApNM3ctmC6xUW1tY6aS1Vl6p+EYdCyMZ hpMeIkpjuGFYJHI+8xPR0mmM9Kum9F7gcBgpVE5PPn6lN3DxyNq10fvWsPmwPZWQRxWQzIzJeRxsM O8PD5f5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mpRXS-001Mms-BY; Tue, 23 Nov 2021 08:52:30 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mpRXO-001Mle-Rn for linux-arm-kernel@lists.infradead.org; Tue, 23 Nov 2021 08:52:28 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 588C460FC3; Tue, 23 Nov 2021 08:52:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637657546; bh=T1Wu1HaiPk9IdEr03zo3RO4DOreDPwvBeTvHQ1EkLBo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r2rd/M1ezUu0nUITmFLDdiVBweV+4CLPWrG+R6f6KVdNM+zJ94Ok0OBuun0sltQzl AG49PR1Y/Xk6XLHT15Mq8HALSXsxWv7AUW4XHN6L3bxWXfWcUQYGmXU71V9T7+efh/ 8J7FCF64xGmZQe2mxd4/IKt6l9mxjEGL/sCTPG3imWfcTluOaOKH4BFf2UHenS1CYv MV7t3txxcAQiSAoNi/sQnX+5Vc++ttUkLtMjU+tKSRUrqtYse5jjx1ItrH2IIk7pQM AgPVM/2TwBpXSgeJITGCojzo//QUrsJfOtw1TuPeVkUZ/A+yPSfqR/LbAejJWcO0EI yB9PEDhKN+Hhw== Date: Tue, 23 Nov 2021 09:52:22 +0100 From: Wolfram Sang To: Abel Vesa Cc: Rob Herring , Dong Aisheng , Shawn Guo , Sascha Hauer , Greg Kroah-Hartman , Fabio Estevam , Pengutronix Kernel Team , linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, NXP Linux Team , Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v4 01/12] dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QM compatible matching Message-ID: Mail-Followup-To: Wolfram Sang , Abel Vesa , Rob Herring , Dong Aisheng , Shawn Guo , Sascha Hauer , Greg Kroah-Hartman , Fabio Estevam , Pengutronix Kernel Team , linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, NXP Linux Team , Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org References: <1636566415-22750-1-git-send-email-abel.vesa@nxp.com> <1636566415-22750-2-git-send-email-abel.vesa@nxp.com> MIME-Version: 1.0 In-Reply-To: <1636566415-22750-2-git-send-email-abel.vesa@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211123_005226_948401_A67ED307 X-CRM114-Status: GOOD ( 10.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============4999647328577597012==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============4999647328577597012== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BTP02E+ulndgBnjX" Content-Disposition: inline --BTP02E+ulndgBnjX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: >=20 > arch/arm64/boot/dts/freescale/imx8qm-mek.dt.yaml: i2c@5a800000: > compatible: ['fsl,imx8qm-lpi2c', 'fsl,imx7ulp-lpi2c'] is too long >=20 > Signed-off-by: Abel Vesa Applied to for-next, thanks! --BTP02E+ulndgBnjX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAmGcq8YACgkQFA3kzBSg KbZvFg/9ExrQHMe1OfU+rbUE7wWiNgJzLodPu1nWHSWQbWkWgaCFDcqFhUDbsXkK bGxb7f9/Z8jbJHzlYrlP0tWBwF6LlUkR5XLYmYKvP5WoWp+jufmnZvgYy8ELXMTF AbN7gStiC3bS/0lHOgykW3i9uZy7Arpl3lhG4AHBUBp1tw0I3uO9QXLUb7x5Xza7 cvprVyewQyfddKJprv0bg4LE3XnhyHzPZsYXBtSVYb4QgH38C56xyLD8vKCSbWBA ZrS0Mhvfve1r18zZzo8XY/A8nKxzUFiex1UbkmBxI/c39xHz84VWv47b5ocx/6Ws n+iWKFJZlVOfjDnBNe+4v1a8QahhlUE5piIahrF1xJyB6rcNtxsQ2BA30VBXYNs0 A0rs6niUK0RhoSzqjS/TLJ7AK5lOypZg+4rCbEB6hPjIKj49ZF+2UcVDR9/RkD9u 5EbcB3Zr9i0GOuU9eyrOWaSkntD2lZA8NhjhFAx1BeAAExUFDbudpIEAlLipdiLE Npy5tShxgUKFk4Imz1KAuCpot3+U+Iee9Mq1vcg1IoQgcuOEO3vD3HQ1YFjHgN3C 8hFX4t37r/sHlBHV8UUmOh31NufimYvi0gtOv2JHbUiOZeUWGygAxGu3RyEEsT3s +V4isn9hx4x/7HKu9l4lO6HnSBS3B5mGAZxf7Tm5oRKg07HIHgs= =EjAu -----END PGP SIGNATURE----- --BTP02E+ulndgBnjX-- --===============4999647328577597012== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============4999647328577597012==--