On Wed, Jun 22, 2016 at 05:11:16PM +0200, Linus Walleij wrote: > This adds device tree bindings for the AK8974 magnetometer, similar > to those for the AK8975. Seems like they should be shared, but there don't appear to be any datasheets for 8974 to really tell. Really only matters if the programming models are similar. > > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: Samu Onkalo <samu.p.onkalo@xxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > .../bindings/iio/magnetometer/ak8974.txt | 28 ++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/magnetometer/ak8974.txt > > diff --git a/Documentation/devicetree/bindings/iio/magnetometer/ak8974.txt b/Documentation/devicetree/bindings/iio/magnetometer/ak8974.txt > new file mode 100644 > index 000000000000..967f8e9b9319 > --- /dev/null > +++ b/Documentation/devicetree/bindings/iio/magnetometer/ak8974.txt > @@ -0,0 +1,28 @@ > +* Asahi Kasei AK8974 magnetometer sensor > + > +Required properties: > + > +- compatible : should be "asahi-kasei,ak8974" > +- reg : the I2C address of the magnetometer > + > +Optional properties: > + > +- avdd-supply: regulator supply for the analog voltage > + (see regulator/regulator.txt) > +- dvdd-supply: regulator supply for the digital voltage > + (see regulator/regulator.txt) This is probably more correct than single vdd-supply for 8975 which in fact has 2 supplies. > +- interrupts: data ready (DRDY) and interrupt (INT1) lines > + from the chip, the DRDY interrupt must be placed first. > + The interrupts can be triggered on rising or falling > + edges alike. The ak8975 probably should be an interrupt instead of gpio, too... > + > +Example: > + > +ak8974@0f { > + compatible = "asahi-kasei,ak8974"; > + reg = <0x0f>; > + avdd-supply = <&foo_reg>; > + dvdd-supply = <&bar_reg>; > + interrupts = <0 IRQ_TYPE_EDGE_RISING>, > + <1 IRQ_TYPE_EDGE_RISING>; > +}; > -- > 2.4.11 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html