diff options
author | Enric Balletbo i Serra <eballetbo@gmail.com> | 2013-11-27 00:03:37 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-27 00:03:37 +0100 |
commit | 9aa36dfd3d9a1c9e305e53f5c0915036c3941a3f (patch) | |
tree | c8aeb86fa62398c0d0f0996183527ab4f8e4b063 /arch/arm/boot/dts/omap3-igep0020.dts | |
parent | ARM: dts: omap3-igep: Add support for LBEE1USJYC WiFi connected to SDIO (diff) | |
download | linux-9aa36dfd3d9a1c9e305e53f5c0915036c3941a3f.tar.xz linux-9aa36dfd3d9a1c9e305e53f5c0915036c3941a3f.zip |
ARM: dts: omap3-igep: Update to use the TI AM/DM37x processor
Most of the boards are using the TI AM/DM37x processor, there is only a small
quantity of IGEP Processor Boards based on TI OMAP3530. So it's better use the
omap36xx.dtsi include instead of omap34xx.dtsi include. We can add support
for the 34xx based variant later on as needed.
To avoid confusion we have added to the model the (TI AM/DM37x) comment.
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
[tony@atomide.com: updated comments for the 34xx to 36xx include change]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-igep0020.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-igep0020.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts index d5cc79267250..33ce1236e96e 100644 --- a/arch/arm/boot/dts/omap3-igep0020.dts +++ b/arch/arm/boot/dts/omap3-igep0020.dts @@ -1,5 +1,5 @@ /* - * Device Tree Source for IGEPv2 board + * Device Tree Source for IGEPv2 Rev. (TI OMAP AM/DM37x) * * Copyright (C) 2012 Javier Martinez Canillas <javier@collabora.co.uk> * Copyright (C) 2012 Enric Balletbo i Serra <eballetbo@gmail.com> @@ -13,7 +13,7 @@ #include "omap-gpmc-smsc911x.dtsi" / { - model = "IGEPv2"; + model = "IGEPv2 (TI OMAP AM/DM37x)"; compatible = "isee,omap3-igep0020", "ti,omap3"; leds { |