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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B39F5C64EC4 for ; Thu, 9 Mar 2023 09:57:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230328AbjCIJ5H (ORCPT ); Thu, 9 Mar 2023 04:57:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56500 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229914AbjCIJ5G (ORCPT ); Thu, 9 Mar 2023 04:57:06 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB4A866D22; Thu, 9 Mar 2023 01:57:05 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 64FB061AD8; Thu, 9 Mar 2023 09:57:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 459B4C433EF; Thu, 9 Mar 2023 09:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678355824; bh=ODnKzBpDfhjHRjZi6xnYZfhimajSnaKsAA3E99ICe5s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=t9+cGRIw+5d4GxF7DDN32S7cRMxKOpZs/+z82FSELi1BBrFKV3tZc9iPUPLmLnkQk OFsRZxjDXK96kLHiUbHDmP/u7J8+btKoYb6XvVoOoAJT1tv9yRFNINHztE6o97Np+A pkdN8/iDS1F272hVyLSf6mkOL87DBmquHG2OOABseYdprRbPV3FBXe/PmMqSCHjYdG WZJ2FLQ7fRRyH150sNV2Ml4dffdDFImxWD4kll5erDhcIrxTHEtU0OgMxTtshT+B8R Rc92XdJtvu4RepF6ioctCorilboycYO9ZJdyTUBhmyVZrahfFp9WnOmwaMRxjCXENf fb9gfqQPeYdNA== Date: Thu, 9 Mar 2023 10:57:00 +0100 From: Lorenzo Bianconi To: Krzysztof Kozlowski Cc: jic23@kernel.org, linux-iio@vger.kernel.org, lorenzo.bianconi@redhat.com, devicetree@vger.kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org Subject: Re: [PATCH 2/2] dt-bindings: iio: imu: st_lsm6dsx: add asm330lhb Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jkV1bburN89PBeLT" Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --jkV1bburN89PBeLT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mar 07, Krzysztof Kozlowski wrote: > On 06/03/2023 12:08, Lorenzo Bianconi wrote: > > Add device bindings for asm330lhb IMU sensor. > > Use asm330lhh as fallback device for asm330lhb since it implements all > > the features currently supported by asm330lhb. > >=20 > > Signed-off-by: Lorenzo Bianconi > > --- > > Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 3 +++ > > 1 file changed, 3 insertions(+) > >=20 > > diff --git a/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml = b/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml > > index decf022335d8..b39f5217d8ff 100644 > > --- a/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml > > +++ b/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml > > @@ -46,6 +46,9 @@ properties: > > - items: > > - const: st,ism330is > > - const: st,lsm6dso16is > > + - items: > > + - const: st,asm330lhb > > + - const: st,asm330lhh >=20 > You added it to the end of the list, but aren't there any ordering > already? If so, it should be put rather in correct place. Hi Krzysztof, I do not think there is any ordering issue there. Regards, Lorenzo >=20 > Acked-by: Krzysztof Kozlowski >=20 >=20 > Best regards, > Krzysztof >=20 --jkV1bburN89PBeLT Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQTquNwa3Txd3rGGn7Y6cBh0uS2trAUCZAmtbAAKCRA6cBh0uS2t rDeWAP9XsT0VORBjVCWmnkZS31d5vRGUosz6Lj9+UWXyJ65eWwD/QBfgXftmET36 Kgbpyao9C6x65UVORFm0P5/HqiaAWAQ= =0OIE -----END PGP SIGNATURE----- --jkV1bburN89PBeLT--