boards: 96b_argonkey, fix lsm6dsl label name

Replace LSM6DSL-SPI by LSM6DSL_SPI

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2018-08-01 11:12:37 +02:00 committed by Kumar Gala
commit b9bbebca6c

View file

@ -60,7 +60,7 @@
reg = <1>; reg = <1>;
spi-max-frequency = <1000000>; spi-max-frequency = <1000000>;
irq-gpios = <&gpiob 1 0>; irq-gpios = <&gpiob 1 0>;
label = "LSM6DSL-SPI"; label = "LSM6DSL_SPI";
}; };
}; };