forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/iio/accel/lis302.txt
....@@ -64,7 +64,7 @@
6464
6565 Example for a SPI device node:
6666
67
- lis302@0 {
67
+ accelerometer@0 {
6868 compatible = "st,lis302dl-spi";
6969 reg = <0>;
7070 spi-max-frequency = <1000000>;
....@@ -89,7 +89,7 @@
8989
9090 Example for a I2C device node:
9191
92
- lis331dlh: lis331dlh@18 {
92
+ lis331dlh: accelerometer@18 {
9393 compatible = "st,lis331dlh", "st,lis3lv02d";
9494 reg = <0x18>;
9595 Vdd-supply = <&lis3_reg>;