linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am57xx-beagle-x15: fix HDMI LS_OE GPIO
@ 2016-09-01 13:51 Tomi Valkeinen
  2016-09-01 14:09 ` Nishanth Menon
  0 siblings, 1 reply; 11+ messages in thread
From: Tomi Valkeinen @ 2016-09-01 13:51 UTC (permalink / raw)
  To: linux-arm-kernel

LS_OE GPIO was changed from gpio6_28 to gpio2_30 for the Rev B1 board,
and the current .dts file has the old GPIO.

Rev B1 is the earliest board supported, so we can just change the .dts.

This fixes "omapdss error: HDMI I2C Master Error" which causes failure
to read EDID from the monitor.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
---
 arch/arm/boot/dts/am57xx-beagle-x15.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts
index c4d04c5293b9..07603d9e2da7 100644
--- a/arch/arm/boot/dts/am57xx-beagle-x15.dts
+++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts
@@ -120,7 +120,7 @@
 		pinctrl-0 = <&tpd12s015_pins>;
 
 		gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>,	/* gpio7_10, CT CP HPD */
-			<&gpio6 28 GPIO_ACTIVE_HIGH>,	/* gpio6_28, LS OE */
+			<&gpio2 30 GPIO_ACTIVE_HIGH>,	/* gpio2_30, LS OE */
 			<&gpio7 12 GPIO_ACTIVE_HIGH>;	/* gpio7_12/sp1_cs2, HPD */
 
 		ports {
-- 
2.7.4

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

end of thread, other threads:[~2017-11-14 16:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-01 13:51 [PATCH] ARM: dts: am57xx-beagle-x15: fix HDMI LS_OE GPIO Tomi Valkeinen
2016-09-01 14:09 ` Nishanth Menon
2016-09-01 14:12   ` Robert Nelson
2016-09-01 14:14     ` Nishanth Menon
2016-09-01 14:57       ` Tomi Valkeinen
2016-09-01 14:57       ` Tony Lindgren
2016-09-01 15:00         ` Nishanth Menon
2017-11-14  0:27           ` Bill Traynor
2017-11-14  7:33             ` Tomi Valkeinen
2017-11-14 14:14               ` Bill Traynor
2017-11-14 16:07                 ` Robert Nelson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).