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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 980F7C2D0BF for ; Wed, 18 Dec 2019 21:32:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 73E19218AC for ; Wed, 18 Dec 2019 21:32:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726700AbfLRVcl (ORCPT ); Wed, 18 Dec 2019 16:32:41 -0500 Received: from sender4-op-o11.zoho.com ([136.143.188.11]:17135 "EHLO sender4-op-o11.zoho.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726212AbfLRVcl (ORCPT ); Wed, 18 Dec 2019 16:32:41 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1576704740; cv=none; d=zohomail.com; s=zohoarc; b=fopuKl6X7nwuqbKIN0NWl80XmS0rVH50syK5VUYsTWgIZWPZ0fVWF6s8hwOO4Ev6JbB4Ut/rIIkrEq9J0PQMYp9v3T3j5wbYPPRX0mLCxxR37QruJoTMzM26A+jgY6IDn1xxd9AH9cdL5m9hCfJSH08u185LyDBVm2jJ9gTOGG4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1576704740; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=ZuWivZQNCjEIQTE0UeXySpEi24grBZCVk2N664VkHcE=; b=HUEvAW1jikIq/hgWeBdAhP0UpwG6NiQFCeyR2RDdRPSR24encSMn7GwYu+rlNKhqCP3tDhymZpw+c39Hse4jSvNPDR+1RtNqEcTi17b3LnD3WGAY8P4fgMjgLTdQVbvA/SlpK29SswZEoGL/KPtiChi40BeFg+AGKMClXG+QLOM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=dlrobertson.com; spf=pass smtp.mailfrom=dan@dlrobertson.com; dmarc=pass header.from= header.from= Received: from nessie (pool-173-73-58-202.washdc.fios.verizon.net [173.73.58.202]) by mx.zohomail.com with SMTPS id 1576704738019713.1804762581256; Wed, 18 Dec 2019 13:32:18 -0800 (PST) Date: Wed, 18 Dec 2019 21:16:48 +0000 From: Dan Robertson To: Rob Herring Cc: Linus Walleij , Jonathan Cameron , linux-iio@vger.kernel.org, Peter Meerwald-Stadler , Andy Shevchenko , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Hartmut Knaack , Mark Rutland , "linux-kernel@vger.kernel.org" , Randy Dunlap , Joe Perches Subject: Re: [PATCH v6 1/2] dt-bindings: iio: accel: bma400: add bindings Message-ID: <20191218211648.GA4664@nessie> References: <20191211010308.1525-1-dan@dlrobertson.com> <20191211010308.1525-2-dan@dlrobertson.com> <20191218170515.GA18325@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191218170515.GA18325@bogus> X-ZohoMailClient: External Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 18, 2019 at 11:05:15AM -0600, Rob Herring wrote: > On Thu, Dec 12, 2019 at 11:16:47AM +0100, Linus Walleij wrote: > > Hi Dan, > > > > thanks for your patch! > > > > On Wed, Dec 11, 2019 at 2:20 AM Dan Robertson wrote: > > > > > Add devicetree binding for the Bosch BMA400 3-axes ultra-low power > > > accelerometer sensor. > > > > > > Signed-off-by: Dan Robertson > > (...) > > > > > + Specifications about the sensor can be found at: > > > + https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMA400-DS000.pdf > > > > As can be seen in page 113 in the manual this component > > has VDD and VDDIO supplies and sooner or later someone > > is going to have to model that so I'd say add vdd-supply and > > vddio-supply regulator phandles as optional to the component > > already from start. > > And interrupts too. Doesn't matter what the driver currently uses. Will do. I plan to work on adding support for interrupts in a follow-up patchset, but I'll add this to the devicetree documentation. Cheers, - Dan