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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED 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 BAB91C43218 for ; Sat, 27 Apr 2019 13:05:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7F4FC208C2 for ; Sat, 27 Apr 2019 13:05:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556370308; bh=G9GihYyPlWfSV3q9+hbppzaYaJqdcPysBlWJcOlntGs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=Y4Bq/MUHliQ9nn9ySTDKjZxGT1rOyunSBy+E6oazhFW5f9htXqTyYhFeWJAu8Ytfa 9G/uMxSka6i5PiV6U8p3QRiHOG6noxzLWxFspp0PgGpD32CmCFI50h+5ZtM7wS6gVX TQI3IXQaCm9EFWDJ3g40dLcipyd34KpcJc8gswVo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726513AbfD0NFI (ORCPT ); Sat, 27 Apr 2019 09:05:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:59748 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726345AbfD0NFH (ORCPT ); Sat, 27 Apr 2019 09:05:07 -0400 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 20D372087C; Sat, 27 Apr 2019 13:05:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556370307; bh=G9GihYyPlWfSV3q9+hbppzaYaJqdcPysBlWJcOlntGs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=g4BdpAb6uTuKWBzdTHy8Fhg0zZlm1nC4kns6XIVS3SLrA3g7bfMZ0f3RnTxpBJ+/u B0jbnDYIg6iVz0IDOTWTZ0W6pK1SheiddnelEyPHd+4++7Ip/G/HjJ1kNk4ZXFHGgO PC+nXAYZfcfALYVMp5wz3T+7/0WBEOBgetB99Jwk= Date: Sat, 27 Apr 2019 14:05:01 +0100 From: Jonathan Cameron To: Rob Herring Cc: Brian Masney , Lars-Peter Clausen , Peter Meerwald , Mark Rutland , "open list:IIO SUBSYSTEM AND DRIVERS" , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v3 1/2] dt-bindings: iio: tsl2772: convert bindings to YAML format Message-ID: <20190427140501.430cfc0c@archlinux> In-Reply-To: References: <20190425230314.26000-1-masneyb@onstation.org> 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 Fri, 26 Apr 2019 08:20:34 -0500 Rob Herring wrote: > On Thu, Apr 25, 2019 at 6:03 PM Brian Masney wrote: > > > > Convert the tsl2772 device tree bindings to the new YAML format. > > > > Signed-off-by: Brian Masney > > --- > > Changes since v2: > > - Remove allof from led-max-microamp. Split out enum list from [] to > > individual lines for consistency with the compatible attribute. > > - Change 'proximity-sensor@39' in example to 'sensor@39'. > > > > Changes since v1: > > - Dropped description from reg and interrupts properties. > > - Dropped $ref from led-max-microamp, vdd-supply, and vddio-supply. > > - Changed 'tsl2772@39' in example to 'proximity-sensor@39' > > > > .../devicetree/bindings/iio/light/tsl2772.txt | 42 ---------- > > .../bindings/iio/light/tsl2772.yaml | 83 +++++++++++++++++++ > > 2 files changed, 83 insertions(+), 42 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/iio/light/tsl2772.txt > > create mode 100644 Documentation/devicetree/bindings/iio/light/tsl2772.yaml > > Reviewed-by: Rob Herring Applied. Thanks, Jonathan