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=-15.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_2 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 CF581C433ED for ; Mon, 3 May 2021 12:09:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 89C9D61186 for ; Mon, 3 May 2021 12:09:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233508AbhECMKF (ORCPT ); Mon, 3 May 2021 08:10:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:41506 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233852AbhECMJg (ORCPT ); Mon, 3 May 2021 08:09:36 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7491061185; Mon, 3 May 2021 12:08:40 +0000 (UTC) Date: Mon, 3 May 2021 13:09:31 +0100 From: Jonathan Cameron To: Andy Shevchenko Cc: Jonathan Cameron , =?UTF-8?B?R2HDq3RhbiBB?= =?UTF-8?B?bmRyw6k=?= , Nuno =?UTF-8?B?U8Oh?= , Denis Ciocca , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring Subject: Re: [PATCH v1 7/7] dt-bindings: iio: st,st-sensors: Add LSM9DS0 compatible string Message-ID: <20210503130931.0940aa8b@jic23-huawei> In-Reply-To: <20210414195454.84183-7-andriy.shevchenko@linux.intel.com> References: <20210414195454.84183-1-andriy.shevchenko@linux.intel.com> <20210414195454.84183-7-andriy.shevchenko@linux.intel.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 14 Apr 2021 22:54:54 +0300 Andy Shevchenko wrote: > Enumerate LSM9DS0 (accelerometer and magnetometer parts) via > 'st,lsm9ds0-imu' compatible string. > > Signed-off-by: Andy Shevchenko This one crossed with a cleanup set from Linus so I've adjusted it to match the new style of that file. Series applied to togreg branch of iio.git and pushed out as testing for the autobuilders to see if we missed anything. Thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml > index db291a9390b7..43d29a7d46f1 100644 > --- a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml > +++ b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml > @@ -74,6 +74,8 @@ properties: > - st,lps33hw > - st,lps35hw > - st,lps22hh > + # IMU > + - st,lsm9ds0-imu > > reg: > maxItems: 1