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_1 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 607C0ECE589 for ; Tue, 1 Oct 2019 11:39:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 352CE2133F for ; Tue, 1 Oct 2019 11:39:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569929955; bh=dB2DJ4oDhjGQkt3bWq6lqwGbIVHAAgtHOmn5cza/3/E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NRApY61vpuUYCsa+pgsWCOoNMP4yNkMovHBOHylCT30ntMzTUNzSFMspB4qpKqpwE FmiLkHoWT6msuDgNLXpNDkvbfwZ6cFKeobQwCQ7r19o8siDKdVs/giiE7OFWVTdsL4 9k1eb9zifh4Thv56b7tOWLkCmanyQR4rn/SPXkA8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732972AbfJALjI (ORCPT ); Tue, 1 Oct 2019 07:39:08 -0400 Received: from mail-oi1-f196.google.com ([209.85.167.196]:32943 "EHLO mail-oi1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732944AbfJALjG (ORCPT ); Tue, 1 Oct 2019 07:39:06 -0400 Received: by mail-oi1-f196.google.com with SMTP id e18so14100257oii.0; Tue, 01 Oct 2019 04:39:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=8YiTod9K8O9GPcKF5VY5ZHEme9jFCDH+v37G0Q0Kn6g=; b=s4+wiThD1RF1csTp80qem7PDNAxR3S2R3hcPuqypVAPFkhgKYS1TGZghlkUENKBm8o SXZhd00yGZZkNLT09Tp5nvAycEDUPap15JnFsXqS3JZyo8FioRRLe2v6xJNr70LffAtP u3k3/zDXVq5HRT0JmOot//tb/VSYr49JGtFue5PkJtrJ7RQYmih7KR4w+juxo9614p+d P192ey4QnfDZzQFbv6wRRxIIgFr219fMBxQmVXV9DQeOe3brDhYnNaHD5CAA240VINt4 2mj4eQbJDz4TTz89C5q2xJRAxvxgMNYrgIwAkrEoJykumPgVivcnsBDTVtmQ5cNFg24U rLOw== X-Gm-Message-State: APjAAAWOA2Yja7ddzms5jmCXmU7Jh0sTCs3bj/8zipE4Bs7R76WOd9H7 SW1uAScSbs9/VyehA4uoRw== X-Google-Smtp-Source: APXvYqzvbbUawcihDPbdyBBpvF790LwcR11FDYkTD3jb8+dN+4VHSzsLR6gxdKoSgzEVn6pi8JkC+w== X-Received: by 2002:aca:50c2:: with SMTP id e185mr3190553oib.152.1569929945803; Tue, 01 Oct 2019 04:39:05 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id x140sm5238929oix.42.2019.10.01.04.39.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Oct 2019 04:39:05 -0700 (PDT) Date: Tue, 1 Oct 2019 06:39:04 -0500 From: Rob Herring To: Robert Jones Cc: Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Mark Rutland , linux-iio@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: iio: imu: add fxos8700 imu binding Message-ID: <20191001113904.GA1293@bogus> References: <20190918012856.18963-1-rjones@gateworks.com> <20190918012856.18963-2-rjones@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190918012856.18963-2-rjones@gateworks.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Tue, Sep 17, 2019 at 06:28:55PM -0700, Robert Jones wrote: > This adds documentation for the Freescale FXOS8700 Inertial Measurement Unit > device-tree bindings. > > Signed-off-by: Robert Jones > --- > Documentation/devicetree/bindings/iio/imu/fxos8700.txt | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/imu/fxos8700.txt Please convert to a DT schema. See Documentation/devicetree/writing-schema.rst. > > diff --git a/Documentation/devicetree/bindings/iio/imu/fxos8700.txt b/Documentation/devicetree/bindings/iio/imu/fxos8700.txt > new file mode 100644 > index 0000000..770605d > --- /dev/null > +++ b/Documentation/devicetree/bindings/iio/imu/fxos8700.txt > @@ -0,0 +1,15 @@ > +Freescale FXOS8700 - Inertial Measurement Unit with Accelerometer and Magnetometer > + > +https://www.nxp.com/products/sensors/motion-sensors/6-axis/digital-motion-sensor-3d-accelerometer-2g-4g-8g-plus-3d-magnetometer:FXOS8700CQ > + > +Required properties: > + - compatible : must be "fsl,fxos8700" > + - reg : the I2C address or SPI chip select number of the device > + - spi-max-frequency : set maximum clock frequency (only for SPI) Looks like the device has 2 interrupts, 2 supplies, and a reset line. Please make the binding complete even if the driver or you board doesn't support some things yet. Rob