kernel/Documentation/devicetree/bindings/iio/accel/lis302.txt
.. .. @@ -64,7 +64,7 @@ 64 64 65 65 Example for a SPI device node: 66 66 67 - lis302@0 {67 + accelerometer@0 {68 68 compatible = "st,lis302dl-spi"; 69 69 reg = <0>; 70 70 spi-max-frequency = <1000000>; .. .. @@ -89,7 +89,7 @@ 89 89 90 90 Example for a I2C device node: 91 91 92 - lis331dlh: lis331dlh@18 {92 + lis331dlh: accelerometer@18 {93 93 compatible = "st,lis331dlh", "st,lis3lv02d"; 94 94 reg = <0x18>; 95 95 Vdd-supply = <&lis3_reg>;