On Wed, Apr 24, 2019 at 7:26 AM Brian Masney <masneyb@xxxxxxxxxxxxx> wrote: > > On Wed, Apr 24, 2019 at 05:22:37AM -0400, Brian Masney wrote: > > Convert the tsl2772 device tree bindings to the new YAML format. > > > > Signed-off-by: Brian Masney <masneyb@xxxxxxxxxxxxx> > > --- > > 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' > > > +examples: > > + - | > > + #include <dt-bindings/interrupt-controller/irq.h> > > + > > + i2c { > > + #address-cells = <1>; > > + #size-cells = <0>; > > + > > + proximity-sensor@39 { > > I didn't think of this until after I sent out that patch, but I think > this example should be 'als-proximity-sensor@39' instead of > 'proximity-sensor@39'. I'd just do 'sensor@39' in that case. We normally use light-sensor for ALS devices, but we haven't been real consistent here. Rob