diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2014-03-11 13:20:30 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-12 18:21:12 +0100 |
commit | 72a5cf147d65271c65ae1c864ba130d817e12aea (patch) | |
tree | 7107673ec739870577d78b9a875397347bc295bc /arch/arm/boot/dts/omap3-overo-tobi-common.dtsi | |
parent | ARM: dts: overo: Create a file for common Gumstix peripherals (diff) | |
download | linux-72a5cf147d65271c65ae1c864ba130d817e12aea.tar.xz linux-72a5cf147d65271c65ae1c864ba130d817e12aea.zip |
ARM: dts: overo: Add LIS33DE accelerometer
The LIS33DE accelerometer is used on several Gumstix expansion boards,
thus add the DT node to omap3-overo-common-peripherals.dtsi.
For the boards that do not have the accelerometer (like Tobi), mark the
status as disabled.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-overo-tobi-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-overo-tobi-common.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-tobi-common.dtsi b/arch/arm/boot/dts/omap3-overo-tobi-common.dtsi index 060eb7710870..13df50b39442 100644 --- a/arch/arm/boot/dts/omap3-overo-tobi-common.dtsi +++ b/arch/arm/boot/dts/omap3-overo-tobi-common.dtsi @@ -35,3 +35,7 @@ }; }; +&lis33de { + status = "disabled"; +}; + |