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=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS 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 3D919C43381 for ; Sat, 9 Mar 2019 18:15:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 040B920815 for ; Sat, 9 Mar 2019 18:15:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552155309; bh=uQFDsEVA9D57jAhFepjb7Qd4OqqXeasfpOGAwTekmTE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=YzVwqhJ+Jb98brPR+icdKHn3gFAe7cVEV3WJOmhNzHLDgEcHnvB15PvqHMtZQ8DqW XBwBUoxp6+k4ycpAncdnxnBNRo2a4eU9R5K4AEFGdFIHEqhubMDri6Hco8NxpO5yOG q9L8rt+pKJ4zggVy8X6yGUg61ltyZLyyyq9ovTuQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726351AbfCISPI (ORCPT ); Sat, 9 Mar 2019 13:15:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:41690 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726313AbfCISPI (ORCPT ); Sat, 9 Mar 2019 13:15:08 -0500 Received: from archlinux (cpc91196-cmbg18-2-0-cust659.5-4.cable.virginm.net [81.96.234.148]) (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 849D5206DF; Sat, 9 Mar 2019 18:15:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552155308; bh=uQFDsEVA9D57jAhFepjb7Qd4OqqXeasfpOGAwTekmTE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=st9d5y0TX4vteeK+BX3KIye3TJGRUcTtbvks3LENvsCU/8p8uvhwtR9LkbO/Bkdjg tq0/MQJQ/6dnNuNN9qXUZXnRLAmet9imhefsGTxx4W6QaUUHZD3iMp0MqAiyLT3gPJ Sd646OR8nujZXK6eGRvusAf8ZGJORaOjPwQXNNLk= Date: Sat, 9 Mar 2019 18:15:02 +0000 From: Jonathan Cameron To: Robert Yang Cc: Rob Herring , Mark Rutland , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/3] dt-bindings: iio: accel: kxcjk1013: Add device tree binding documentation Message-ID: <20190309181502.0ba185fd@archlinux> In-Reply-To: <20190304151912.11485-3-decatf@gmail.com> References: <20190304151912.11485-1-decatf@gmail.com> <20190304151912.11485-3-decatf@gmail.com> X-Mailer: Claws Mail 3.17.3 (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: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Mon, 4 Mar 2019 10:19:11 -0500 Robert Yang wrote: > Document device tree bindings for Kionix KXCJK-1013 Accelerometer driver. > > Signed-off-by: Robert Yang Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. thanks, Jonathan > --- > .../bindings/iio/accel/kionix,kxcjk1013.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.txt > > diff --git a/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.txt b/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.txt > new file mode 100644 > index 000000000000..eb76a02e2a82 > --- /dev/null > +++ b/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.txt > @@ -0,0 +1,17 @@ > +Kionix KXCJK-1013 Accelerometer device tree bindings > + > +Required properties: > + > +- compatible: Must be one of: > + "kionix,kxcjk1013" > + "kionix,kxcj91008" > + "kionix,kxtj21009" > + "kionix,kxtf9" > + - reg: i2c slave address > + > +Example: > + > +kxtf9@f { > + compatible = "kionix,kxtf9"; > + reg = <0x0F>; > +};