All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: boot: dts: am437x-sk: fix for new newhaven display module revision
@ 2015-04-09 15:59 ` Felipe Balbi
  0 siblings, 0 replies; 6+ messages in thread
From: Felipe Balbi @ 2015-04-09 15:59 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Linux OMAP Mailing List, Linux ARM Kernel Mailing List,
	Felipe Balbi

AM437x Starter Kit uses a NewHaven Display module with
a 4.3" display and EDT FT5306 touchscreen

On that module's new revision, NewHave decided to change
the pinout on the 6 pin flat-pcb touchscreen connector so
that instead of having WAKE pin, we now have RESETn.

The new display module is available on AM437x SK Beta and
all new revisions while the older revision is only available
on AM437x SK Alpha which, unfortunately, can't be supported
anymore in mainline without a revert of this patch.

Signed-off-by: Felipe Balbi <balbi@ti.com>
---
 arch/arm/boot/dts/am437x-sk-evm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
index 832d24318f62..58dc1cd58bdd 100644
--- a/arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/arch/arm/boot/dts/am437x-sk-evm.dts
@@ -474,7 +474,7 @@
 		interrupt-parent = <&gpio0>;
 		interrupts = <31 0>;
 
-		wake-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
+		reset-gpios = <&gpio1 28 GPIO_ACTIVE_LOW>;
 
 		touchscreen-size-x = <480>;
 		touchscreen-size-y = <272>;
-- 
2.3.0


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

* [PATCH 1/2] arm: boot: dts: am437x-sk: fix for new newhaven display module revision
@ 2015-04-09 15:59 ` Felipe Balbi
  0 siblings, 0 replies; 6+ messages in thread
From: Felipe Balbi @ 2015-04-09 15:59 UTC (permalink / raw)
  To: linux-arm-kernel

AM437x Starter Kit uses a NewHaven Display module with
a 4.3" display and EDT FT5306 touchscreen

On that module's new revision, NewHave decided to change
the pinout on the 6 pin flat-pcb touchscreen connector so
that instead of having WAKE pin, we now have RESETn.

The new display module is available on AM437x SK Beta and
all new revisions while the older revision is only available
on AM437x SK Alpha which, unfortunately, can't be supported
anymore in mainline without a revert of this patch.

Signed-off-by: Felipe Balbi <balbi@ti.com>
---
 arch/arm/boot/dts/am437x-sk-evm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
index 832d24318f62..58dc1cd58bdd 100644
--- a/arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/arch/arm/boot/dts/am437x-sk-evm.dts
@@ -474,7 +474,7 @@
 		interrupt-parent = <&gpio0>;
 		interrupts = <31 0>;
 
-		wake-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
+		reset-gpios = <&gpio1 28 GPIO_ACTIVE_LOW>;
 
 		touchscreen-size-x = <480>;
 		touchscreen-size-y = <272>;
-- 
2.3.0

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

* [PATCH 2/2] arm: boot: dts: am437x-sk: reduce col-scan-delay-us
  2015-04-09 15:59 ` Felipe Balbi
@ 2015-04-09 15:59   ` Felipe Balbi
  -1 siblings, 0 replies; 6+ messages in thread
From: Felipe Balbi @ 2015-04-09 15:59 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Linux OMAP Mailing List, Felipe Balbi,
	Linux ARM Kernel Mailing List

The new AM437x SK Beta boards have removed the
large capacitors on the gpio-matrix column lines
which means we can reduce col-scan-delay-us to 5us
without loosing functionality.

Signed-off-by: Felipe Balbi <balbi@ti.com>
---
 arch/arm/boot/dts/am437x-sk-evm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
index 58dc1cd58bdd..37ce7b1bf07f 100644
--- a/arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/arch/arm/boot/dts/am437x-sk-evm.dts
@@ -49,7 +49,7 @@
 		pinctrl-0 = <&matrix_keypad_pins>;
 
 		debounce-delay-ms = <5>;
-		col-scan-delay-us = <1500>;
+		col-scan-delay-us = <5>;
 
 		row-gpios = <&gpio5 5 GPIO_ACTIVE_HIGH		/* Bank5, pin5 */
 				&gpio5 6 GPIO_ACTIVE_HIGH>;	/* Bank5, pin6 */
-- 
2.3.0

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

* [PATCH 2/2] arm: boot: dts: am437x-sk: reduce col-scan-delay-us
@ 2015-04-09 15:59   ` Felipe Balbi
  0 siblings, 0 replies; 6+ messages in thread
From: Felipe Balbi @ 2015-04-09 15:59 UTC (permalink / raw)
  To: linux-arm-kernel

The new AM437x SK Beta boards have removed the
large capacitors on the gpio-matrix column lines
which means we can reduce col-scan-delay-us to 5us
without loosing functionality.

Signed-off-by: Felipe Balbi <balbi@ti.com>
---
 arch/arm/boot/dts/am437x-sk-evm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
index 58dc1cd58bdd..37ce7b1bf07f 100644
--- a/arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/arch/arm/boot/dts/am437x-sk-evm.dts
@@ -49,7 +49,7 @@
 		pinctrl-0 = <&matrix_keypad_pins>;
 
 		debounce-delay-ms = <5>;
-		col-scan-delay-us = <1500>;
+		col-scan-delay-us = <5>;
 
 		row-gpios = <&gpio5 5 GPIO_ACTIVE_HIGH		/* Bank5, pin5 */
 				&gpio5 6 GPIO_ACTIVE_HIGH>;	/* Bank5, pin6 */
-- 
2.3.0

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

* Re: [PATCH 1/2] arm: boot: dts: am437x-sk: fix for new newhaven display module revision
  2015-04-09 15:59 ` Felipe Balbi
@ 2015-05-04 16:21   ` Tony Lindgren
  -1 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2015-05-04 16:21 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: Linux OMAP Mailing List, Linux ARM Kernel Mailing List

* Felipe Balbi <balbi@ti.com> [150409 09:03]:
> AM437x Starter Kit uses a NewHaven Display module with
> a 4.3" display and EDT FT5306 touchscreen
> 
> On that module's new revision, NewHave decided to change
> the pinout on the 6 pin flat-pcb touchscreen connector so
> that instead of having WAKE pin, we now have RESETn.
> 
> The new display module is available on AM437x SK Beta and
> all new revisions while the older revision is only available
> on AM437x SK Alpha which, unfortunately, can't be supported
> anymore in mainline without a revert of this patch.

Applying both into omap-for-v4.1/fixes thanks.

Tony

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

* [PATCH 1/2] arm: boot: dts: am437x-sk: fix for new newhaven display module revision
@ 2015-05-04 16:21   ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2015-05-04 16:21 UTC (permalink / raw)
  To: linux-arm-kernel

* Felipe Balbi <balbi@ti.com> [150409 09:03]:
> AM437x Starter Kit uses a NewHaven Display module with
> a 4.3" display and EDT FT5306 touchscreen
> 
> On that module's new revision, NewHave decided to change
> the pinout on the 6 pin flat-pcb touchscreen connector so
> that instead of having WAKE pin, we now have RESETn.
> 
> The new display module is available on AM437x SK Beta and
> all new revisions while the older revision is only available
> on AM437x SK Alpha which, unfortunately, can't be supported
> anymore in mainline without a revert of this patch.

Applying both into omap-for-v4.1/fixes thanks.

Tony

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

end of thread, other threads:[~2015-05-04 16:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-09 15:59 [PATCH 1/2] arm: boot: dts: am437x-sk: fix for new newhaven display module revision Felipe Balbi
2015-04-09 15:59 ` Felipe Balbi
2015-04-09 15:59 ` [PATCH 2/2] arm: boot: dts: am437x-sk: reduce col-scan-delay-us Felipe Balbi
2015-04-09 15:59   ` Felipe Balbi
2015-05-04 16:21 ` [PATCH 1/2] arm: boot: dts: am437x-sk: fix for new newhaven display module revision Tony Lindgren
2015-05-04 16:21   ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.