diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-07-28 03:11:36 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-11 16:29:59 +0300 |
commit | 4f2f1f76dc8c5cb6528d7451de6eacdbf8fb0cbf (patch) | |
tree | bb1f30ed91414ef040d8f1684f7628c1e491cf01 /arch/arm/boot/dts/ste-nomadik-s8815.dts | |
parent | 98badfd31ccb1448866b99cb6a64ad227d141d22 (diff) | |
download | linux-4f2f1f76dc8c5cb6528d7451de6eacdbf8fb0cbf.tar.xz |
ARM: nomadik: push accelerometer down to boards
The two Nomadik variants have the accelerometer mounted on
different I2C lines. Push the definition down to the top-level
board DTS files to get things right.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/ste-nomadik-s8815.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-nomadik-s8815.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-s8815.dts b/arch/arm/boot/dts/ste-nomadik-s8815.dts index 11b5e34150b8..35282c0105c6 100644 --- a/arch/arm/boot/dts/ste-nomadik-s8815.dts +++ b/arch/arm/boot/dts/ste-nomadik-s8815.dts @@ -105,6 +105,14 @@ }; }; + i2c1 { + lis3lv02dl@1d { + /* Accelerometer */ + compatible = "st,lis3lv02dl-accel"; + reg = <0x1d>; + }; + }; + /* GPIO I2C connected to the USB portions of the STw4811 only */ gpio-i2c { compatible = "i2c-gpio"; |