Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / accel / lis302.txt
index dfdce67826bae50cf67d073c947a079628714368..764e28ec1a0a8ff3d13e41a55d1a13f3f1fbcfcb 100644 (file)
@@ -64,7 +64,7 @@ Optional properties for all bus drivers:
 
 Example for a SPI device node:
 
-       lis302@0 {
+       accelerometer@0 {
                compatible = "st,lis302dl-spi";
                reg = <0>;
                spi-max-frequency = <1000000>;
@@ -89,7 +89,7 @@ Example for a SPI device node:
 
 Example for a I2C device node:
 
-       lis331dlh: lis331dlh@18 {
+       lis331dlh: accelerometer@18 {
                compatible = "st,lis331dlh", "st,lis3lv02d";
                reg = <0x18>;
                Vdd-supply = <&lis3_reg>;