From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ECECB20F4 for ; Wed, 1 Nov 2023 15:11:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HPDz1Oe5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1009BC433C7; Wed, 1 Nov 2023 15:11:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698851463; bh=yo1/sF0ttFu5wR6aPa6Te2SqCTO7ZGRY9ZRNoDYt+Nw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HPDz1Oe5/mPIoa9hcRebOrJD0AVW3ajAPopnZaGTOyNUWkUsQDp1HgNOx3h1jAJIF 5F4dm7jxAR+ReVQz2uwcHCo4JiCyXcBBumBANxWFxbCC7c9wyyFSMJjDulursjhOkE 7PmmLPmu6zTOUIF/L4/X5AYyjz+GnH1UX01J4OuEYUdJiNAwUlwtGSTFXLAaOQwN3H dilnxD/YiPLJpjnit3XDWqawaADVLTaJo9zdqKY1yNtQM3AlhKKu5zQzqxKApYldNs fSvnaQfNO8DU5bQMPcRQXBRol8IW6Ar5eLKNtJs+lYIsWAdsd6m5ObkxPniD1Lx8wQ YkkYyQRzZiN/w== Date: Wed, 1 Nov 2023 15:10:58 +0000 From: Conor Dooley To: Vincent Knecht Cc: Tianshu Qiu , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sakari Ailus , Yassine Oudjana , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] media: dt-bindings: ak7375: Add ak7345 support Message-ID: <20231101-wise-childless-ed44729657c6@spud> References: <20231101102257.1232179-1-vincent.knecht@mailoo.org> <20231101102257.1232179-2-vincent.knecht@mailoo.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="pODw/iX2UkMAb4/N" Content-Disposition: inline In-Reply-To: <20231101102257.1232179-2-vincent.knecht@mailoo.org> --pODw/iX2UkMAb4/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 01, 2023 at 11:22:56AM +0100, Vincent Knecht wrote: > Document AK7345 bindings. The commit message should mention why this device is incompatible with the 7375. Something like "Document the ak7345 voice coil motor actuator. Similar to the ak7375, this model has 4 unilateral phase detractors instead of 8." Otherwise, Acked-by: Conor Dooley Cheers, Conor. >=20 > Signed-off-by: Vincent Knecht > --- > .../devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) >=20 > diff --git a/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak73= 75.yaml b/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.ya= ml > index 22a810fc7222..fe312cc6a873 100644 > --- a/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml > @@ -15,7 +15,9 @@ description: > =20 > properties: > compatible: > - const: asahi-kasei,ak7375 > + enum: > + - asahi-kasei,ak7345 > + - asahi-kasei,ak7375 > =20 > reg: > maxItems: 1 > --=20 > 2.41.0 >=20 >=20 >=20 --pODw/iX2UkMAb4/N Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZUJqggAKCRB4tDGHoIJi 0slyAP9VpcF5IzeE9i4pnc3z2Dl/ml0Sd6jvPoRkLEufandUYwD+IC8ffkg6jBmB NHs9lJ26+uz0K/TlXllzodqhGmmjvQs= =tXf/ -----END PGP SIGNATURE----- --pODw/iX2UkMAb4/N--