summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-overo-tobi-common.dtsi
diff options
context:
space:
mode:
authorFlorian Vaussard <florian.vaussard@epfl.ch>2014-03-11 13:20:30 +0100
committerTony Lindgren <tony@atomide.com>2014-03-12 10:21:12 -0700
commit72a5cf147d65271c65ae1c864ba130d817e12aea (patch)
tree7107673ec739870577d78b9a875397347bc295bc /arch/arm/boot/dts/omap3-overo-tobi-common.dtsi
parent385306cc3ec98e2e4bccf3391da5b3dd0a26edb6 (diff)
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.dtsi4
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";
+};
+