diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-04-29 15:08:38 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-05-13 13:22:18 +0300 |
commit | 93deea9a60041e9c56bba97b6d3fb0bd147f5ebe (patch) | |
tree | e5dbbf6322f5614952c5e2b3902963dca199ebad /arch/arm/boot/dts/ste-snowball.dts | |
parent | b557457f638b3357471674eabcb701bb4fee6400 (diff) | |
download | linux-93deea9a60041e9c56bba97b6d3fb0bd147f5ebe.tar.xz |
ARM: ux500: fix lsm303dlh magnetometer compat string
The magnetometer found on the Ux500 TVK and Snowball boards
is a LSM303DLH not a LSM303DLM, small differences but still
different. Put in the right compatible strings and things start
working smoothly.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-snowball.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-snowball.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts index 206826a855c0..3844bbe61d71 100644 --- a/arch/arm/boot/dts/ste-snowball.dts +++ b/arch/arm/boot/dts/ste-snowball.dts @@ -250,9 +250,9 @@ pinctrl-names = "default"; pinctrl-0 = <&accel_snowball_mode>; }; - lsm303dlm@1e { + lsm303dlh@1e { /* Magnetometer */ - compatible = "st,lsm303dlm-magn"; + compatible = "st,lsm303dlh-magn"; reg = <0x1e>; vdd-supply = <&ab8500_ldo_aux1_reg>; vddio-supply = <&db8500_vsmps2_reg>; |