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 | |
parent | 4b41636878ee32d4c45a49de7749abca9721bd6a (diff) | |
download | op-kernel-dev-fb0cfecf67cc1cec4487efb6267317de432add2f.zip op-kernel-dev-fb0cfecf67cc1cec4487efb6267317de432add2f.tar.gz |
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>
-rw-r--r-- | arch/arm/boot/dts/omap3-igep0020.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap3-igep0030.dts | 2 |
2 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 25a2b5f..f2779ac 100644 --- a/arch/arm/boot/dts/omap3-igep0020.dts +++ b/arch/arm/boot/dts/omap3-igep0020.dts @@ -14,7 +14,7 @@ / { model = "IGEPv2 (TI OMAP AM/DM37x)"; - compatible = "isee,omap3-igep0020", "ti,omap3"; + compatible = "isee,omap3-igep0020", "ti,omap36xx", "ti,omap3"; leds { pinctrl-names = "default"; diff --git a/arch/arm/boot/dts/omap3-igep0030.dts b/arch/arm/boot/dts/omap3-igep0030.dts index 145c58c..2793749 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"; |