public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm/igep0020: fix IGEPv2 boot
@ 2014-04-06 16:32 Gilles Chanteperdrix
  2014-04-06 20:04 ` Javier Martinez Canillas
  0 siblings, 1 reply; 6+ messages in thread
From: Gilles Chanteperdrix @ 2014-04-06 16:32 UTC (permalink / raw)
  To: linux-arm-kernel

Booting Linux 3.14 compiled with omap2plus_defconfig on IGEPv2 board
currrently results in the same issue as reported here:

https://www.mail-archive.com/linux-media at vger.kernel.org/msg69556.html

The following change avoids this.

Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
---
 arch/arm/boot/dts/omap3-igep.dtsi |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-igep.dtsi b/arch/arm/boot/dts/omap3-igep.dtsi
index c1700932..c15c3ef 100644
--- a/arch/arm/boot/dts/omap3-igep.dtsi
+++ b/arch/arm/boot/dts/omap3-igep.dtsi
@@ -207,6 +207,10 @@
        pinctrl-0 = <&uart3_pins>;
 };
 
+&uart4 {
+       status = "disabled";
+};
+
 &twl_gpio {
 	ti,use-leds;
 };
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-07 21:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-06 16:32 [PATCH] arm/igep0020: fix IGEPv2 boot Gilles Chanteperdrix
2014-04-06 20:04 ` Javier Martinez Canillas
2014-04-06 21:12   ` Gilles Chanteperdrix
2014-04-06 23:45     ` Javier Martinez Canillas
2014-04-07 20:39       ` Gilles Chanteperdrix
2014-04-07 21:38         ` Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox