diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2014-02-22 10:59:36 -0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 11:29:18 -0800 |
commit | fb0cfecf67cc1cec4487efb6267317de432add2f (patch) | |
tree | 90f39fe0b26dad19dc1ed80cb4c4ff955329498c /arch/arm/boot/dts/omap3-igep0030.dts | |
parent | 4b41636878ee32d4c45a49de7749abca9721bd6a (diff) |
ARM: dts: omap3-igep: fix boot fail due wrong compatible match
This patch is based on commit:
016c12d2 ("ARM: OMAP3: Fix hardware detection for omap3630 when booted with device tree")
and fixes a boot hang due the IGEP board being wrongly initialized
as an OMAP3430 platform instead of an OMAP3630.
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-igep0030.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-igep0030.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-igep0030.dts b/arch/arm/boot/dts/omap3-igep0030.dts index 145c58cfc8ac..2793749eb1ba 100644 --- a/arch/arm/boot/dts/omap3-igep0030.dts +++ b/arch/arm/boot/dts/omap3-igep0030.dts @@ -13,7 +13,7 @@ / { model = "IGEP COM MODULE (TI OMAP AM/DM37x)"; - compatible = "isee,omap3-igep0030", "ti,omap3"; + compatible = "isee,omap3-igep0030", "ti,omap36xx", "ti,omap3"; leds { pinctrl-names = "default"; |