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=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable 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 86E5FC47E49 for ; Sun, 27 Oct 2019 16:40:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 49A5C21D80 for ; Sun, 27 Oct 2019 16:40:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572194430; bh=LfliSMpBBwJIsYbInVVUUbXNcUhWFJ3rAVpNRnxVzwg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=anoDzzBVJtp5pQYGDXSGwdbHIgAkc7wmK6YgQ4EuCn2eDrNS2g65k8G7fG72VZms9 DFa+qppLp70ozxhWzy4ZFF9P49uvLXXfJgHrVCxmhgGVbpKuhOLTuE8iQx4rVs7CLp u0qXQWPOzt1MdllF4+gatjP8sGGLjjLjIrUFInMM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727061AbfJ0Qk3 (ORCPT ); Sun, 27 Oct 2019 12:40:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:50694 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726682AbfJ0Qk3 (ORCPT ); Sun, 27 Oct 2019 12:40:29 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (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 E1EAF21726; Sun, 27 Oct 2019 16:40:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572194428; bh=LfliSMpBBwJIsYbInVVUUbXNcUhWFJ3rAVpNRnxVzwg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lWRVHYX5wnu5ZG3eMwVudakUITk+a72lAzSsCuHIUzDuj9UsMM8RLHQ9JnB6LOdWL w8CY4xTH+3Iawlnna9CNZwYHFVIqm+KQkhngsaag1I9Js+cJLCCC/aFUQ4MGeGVElT wyLcEaCaIFQ1fRosmTleIs2rf6l/lLPwNBVJF22w= Date: Sun, 27 Oct 2019 16:40:24 +0000 From: Jonathan Cameron To: Lorenzo Bianconi Cc: lorenzo.bianconi@redhat.com, linux-iio@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: iio: imu: st_lsm6dsx: add lsm6dsrx device bindings Message-ID: <20191027164024.685c1ced@archlinux> In-Reply-To: <1e96ac17ca6819cf8f35c757a63e11e815455225.1571931470.git.lorenzo@kernel.org> References: <1e96ac17ca6819cf8f35c757a63e11e815455225.1571931470.git.lorenzo@kernel.org> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 24 Oct 2019 17:42:34 +0200 Lorenzo Bianconi wrote: > Signed-off-by: Lorenzo Bianconi Applied. If you get bored and feel like converting this over to yaml at somepoint that would be great ;) Thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt > index fc018ecba086..cef4bc16fce1 100644 > --- a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt > +++ b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt > @@ -15,6 +15,7 @@ Required properties: > "st,ism330dhcx" > "st,lsm9ds1-imu" > "st,lsm6ds0" > + "st,lsm6dsrx" > - reg: i2c address of the sensor / spi cs line > > Optional properties: