Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: magnetometer: mmc35240: Add DT binding doc

Signed-off-by: Jandy Gou <qingsong.gou@ck-telecom.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Jandy Gou and committed by
Jonathan Cameron
2563f7fc 7dbf1ea8

+13
+13
Documentation/devicetree/bindings/iio/magnetometer/mmc35240.txt
··· 1 + * MEMSIC MMC35240 magnetometer sensor 2 + 3 + Required properties: 4 + 5 + - compatible : should be "memsic,mmc35240" 6 + - reg : the I2C address of the magnetometer 7 + 8 + Example: 9 + 10 + mmc35240@30 { 11 + compatible = "memsic,mmc35240"; 12 + reg = <0x30>; 13 + };