diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2014-02-13 11:25:15 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-13 15:33:14 -0800 |
commit | f03ef09b6f59c0807d6aeba10f18238be1ea6390 (patch) | |
tree | 877c4098d8e6641f098ecc8f1725c93929a797b0 /arch/arm/boot/dts/omap3-overo-storm-tobi.dts | |
parent | 1ce64826b02032827abb166fc2d8909171d4b296 (diff) | |
download | talos-obmc-linux-f03ef09b6f59c0807d6aeba10f18238be1ea6390.tar.gz talos-obmc-linux-f03ef09b6f59c0807d6aeba10f18238be1ea6390.zip |
ARM: dts: Add support for both OMAP35xx and OMAP36xx Overo/Tobi
Unfortunatly the device tree for older OMAP35xx Overo cannot be used
with newer OMAP36xx and vice-versa. To address this issue, move most of
the Tobi DTS to a common include file, and create model-specific Tobi
DTS.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Tested-by: Kevin Hilman <khilman@linaro.org>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-overo-storm-tobi.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-overo-storm-tobi.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-storm-tobi.dts b/arch/arm/boot/dts/omap3-overo-storm-tobi.dts new file mode 100644 index 000000000000..966b5c9cd96a --- /dev/null +++ b/arch/arm/boot/dts/omap3-overo-storm-tobi.dts @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2012 Florian Vaussard, EPFL Mobots group + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +/* + * Tobi expansion board is manufactured by Gumstix Inc. + */ + +/dts-v1/; + +#include "omap36xx.dtsi" +#include "omap3-overo-tobi-common.dtsi" + +/ { + model = "OMAP36xx/AM37xx/DM37xx Gumstix Overo on Tobi"; + compatible = "gumstix,omap3-overo-tobi", "gumstix,omap3-overo", "ti,omap36xx", "ti,omap3"; +}; + |