Signed-off-by: Song Qiang <songqiang1304521@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
···11+* PNI RM3100 3-axis magnetometer sensor22+33+Required properties:44+55+- compatible : should be "pni,rm3100"66+- reg : the I2C address or SPI chip select number of the sensor.77+88+Optional properties:99+1010+- interrupts: data ready (DRDY) from the chip.1111+ The interrupts can be triggered on level high.1212+1313+Example:1414+1515+rm3100: rm3100@20 {1616+ compatible = "pni,rm3100";1717+ reg = <0x20>;1818+ interrupt-parent = <&gpio0>;1919+ interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;2020+};