sensor: lsm6dsl: Update DTS support
Now that we can support the same compatible but different bus types, update the LSM6DSL support to utilize the same compatible for either I2C or SPI. We rename the i2c binding file to st,lsm6dsl-i2c.yaml just to be a bit more clear. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
471d2f3a0a
commit
a24770bd12
4 changed files with 8 additions and 8 deletions
|
@ -61,7 +61,7 @@
|
|||
|
||||
/* ST Microelectronics LSM6DSL accel/gyro sensor */
|
||||
lsm6dsl@1 {
|
||||
compatible = "st,lsm6dsl-spi";
|
||||
compatible = "st,lsm6dsl";
|
||||
reg = <1>;
|
||||
spi-max-frequency = <1000000>;
|
||||
irq-gpios = <&gpiob 1 0>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue