From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v3 1/2] dt-bindings: iio: tsl2772: convert bindings to YAML format Date: Sat, 27 Apr 2019 14:05:01 +0100 Message-ID: <20190427140501.430cfc0c@archlinux> References: <20190425230314.26000-1-masneyb@onstation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org 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" List-Id: devicetree@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