OSDN Git Service

dt-bindings: iio: accel: use a generic node name for lis302
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 3 Dec 2018 11:47:40 +0000 (12:47 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 8 Dec 2018 11:08:53 +0000 (11:08 +0000)
The example should follow the practice or using a generic node name
instead of the precise programming model, as recommended by the DTSpec.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/devicetree/bindings/iio/accel/lis302.txt

index dfdce67..764e28e 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>;