Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2563f7fc authored by Jandy Gou's avatar Jandy Gou Committed by Jonathan Cameron
Browse files

iio: magnetometer: mmc35240: Add DT binding doc

parent 7dbf1ea8
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
* MEMSIC MMC35240 magnetometer sensor

Required properties:

  - compatible : should be "memsic,mmc35240"
  - reg : the I2C address of the magnetometer

Example:

mmc35240@30 {
        compatible = "memsic,mmc35240";
        reg = <0x30>;
};