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 X-Spam-Level: X-Spam-Status: No, score=-9.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74C83C433DB for ; Thu, 28 Jan 2021 08:45:18 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 187D064DD1 for ; Thu, 28 Jan 2021 08:45:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 187D064DD1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject: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=G53tugUxlYdplER7j+u1QKzPQo0/rfwpb7VT3qgOJ28=; b=hewbsJSkksuZYsxqCo82Fsox8 +ZGYOsGRMhOZ/7yXjXC6rmHAIWIIGoCuMVy8YEdwRewo2F7xMdzl4GNbFuQSooEUdMkndfRemJbhV hzzPFdkX7kyfOuZ4jCfbDbUQC/6znKp/VMt1o5JM0EHMlVi6iUB42s9PyC8vspjsTeDobKIJwma1m tCTl2oSsJDWup1HmzVhB4BCz+7JEb1GAq2ublgUCbkdPaFDxCdmkrRRunmYTJ/i7d63l/QHow54fR T+0MAY2siOhYB7K3+MmDk7QTYs9fRpGOyGgoPoz0Jk8F7nG9+kd8BP7aS8YG4FG7y1UcEPu8urSMz IuAU2aXFw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l52uU-0004lN-HP; Thu, 28 Jan 2021 08:44:14 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l52uS-0004ka-C3 for linux-arm-kernel@lists.infradead.org; Thu, 28 Jan 2021 08:44:13 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2EE0664DBD; Thu, 28 Jan 2021 08:44:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611823450; bh=+rgbJKufy26IHZu23xm+S6i1LOemte3QUajMr6KqkX8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NKjBgvzoxwUeYfuVdsae2f4pSsudS2RzYlOG2GwZDxFdNqrQci7EspyenbiEdJTAl 8+sjOAlak3fxb31H992DwFPIVzWrHDF6UI4bOOmt/53IV/takh96anpHF2jSVlCYpz v4yiIGFqZFKsfVCpQT/5Z0Z+Y007uYt+791ztFBtUK4D+EMgult6jpa2DnLnGhGf0B 1uvRi7tKQCNhII8ojEV3OD4JWft7hCFXSc9m1V8ewS3Epr2WCooWC2rIybHuHYgmSk 1OQjALtGG6kR9JEC6WtwR+fLICJuqUYQISgwBHJXZPtYQhJhEsfHUusaAMhmr4BTeH 3V6KZRM4R/N5A== Date: Thu, 28 Jan 2021 09:44:05 +0100 From: Wolfram Sang To: Andre Przywara Subject: Re: [PATCH v5 10/20] dt-bindings: i2c: mv64xxx: Add H616 compatible string Message-ID: <20210128084405.GA963@ninjato> References: <20210127172500.13356-1-andre.przywara@arm.com> <20210127172500.13356-11-andre.przywara@arm.com> MIME-Version: 1.0 In-Reply-To: <20210127172500.13356-11-andre.przywara@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210128_034412_533634_1C62F52D X-CRM114-Status: GOOD ( 10.57 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jernej Skrabec , Samuel Holland , Yangtao Li , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, Maxime Ripard , Chen-Yu Tsai , =?utf-8?B?Q2zDqW1lbnQgUMOpcm9u?= , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, Shuosheng Huang , Gregory CLEMENT , linux-arm-kernel@lists.infradead.org, Icenowy Zheng Content-Type: multipart/mixed; boundary="===============2409581110640513423==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2409581110640513423== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 27, 2021 at 05:24:50PM +0000, Andre Przywara wrote: > Add the obvious compatible name to the existing I2C binding, and pair > it with the existing A31 fallback compatible string, as the devices > are compatible. >=20 > On the way use enums to group all compatible devices together. >=20 > Signed-off-by: Andre Przywara > Acked-by: Rob Herring > Acked-by: Wolfram Sang Applied to for-next, thanks! --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAmASeVEACgkQFA3kzBSg KbYF1w/+MCKCR5WY8DgISyJtBI5LweEOVDKugSqgJOKJzX7kBGj28nw6YeTFmYx0 wPb5LjgKr45odH3Gq5IGXJFd+zD4UgNNYnIUV6ThymiVZCVOrfD64wES5Kijj0wb 4WfkcCTVDXwR6Y0FGvwrBR6nix+y55xgWkIeMrfX8+Do31NO/u6Ovoj0+7+xJdbg 9n0jdAy1ooatJgrNcWJZlAWYyXAk/ziRyFIkGNWKe2Thpa9aGBWRrKLw4lLqSzpZ uBq7VMm8SRLAlLVQr819psInJsbIawer9EocIlAPkooaB0hcGig7hv5PCjRexf/f 7yALoXT6S7SEUhZQPl7Jl748DnVAlS1hEGZUUWb7whnpqL6jYWSvuNbr51igb5C7 GsIv40s6NbsZnL9uTk0sDWx/MfwZHPJo7ZoItW0WBDEQ72ymJDQzRPqNy+qE2s0y 2bsea+u459iEtZKoVij8XSNp7kPVi7jTCDw+cDtkRU8UYAgt/6pFX1CwiefNZ9Ce 0blfjhr5do2/pTvzfKZ26GBOPAIHkIsPYqtOvkWG2a0Fo2EUanIJV0RkOuP3YV8s ruXDyAvTuX0uRac4Oy//NNSCYdDLsOr/AZny7Ub9jkRLTDfdQns8YgVzmH6Xr2qh ydsfuaCcrUyUml25TOMBc3ta78kCuKjpkJsFrb5adUd+1JuRapg= =PojC -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- --===============2409581110640513423== 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 --===============2409581110640513423==--