summaryrefslogtreecommitdiffstats
path: root/u-boot/board/goldelico/gta04/backlight.c
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2012-10-13 08:22:02 +0200
committerH. Nikolaus Schaller <hns@goldelico.com>2012-10-13 08:22:02 +0200
commita1e3e7a2f7e812cec0627afedf1bc6c85aea4999 (patch)
treea45e837c8443ab2182ebf592c8c08516e0df848b /u-boot/board/goldelico/gta04/backlight.c
parent7e4b84a1e9da223acab3bd833530d25763f19b80 (diff)
downloadbootable_bootloader_goldelico_gta04-a1e3e7a2f7e812cec0627afedf1bc6c85aea4999.zip
bootable_bootloader_goldelico_gta04-a1e3e7a2f7e812cec0627afedf1bc6c85aea4999.tar.gz
bootable_bootloader_goldelico_gta04-a1e3e7a2f7e812cec0627afedf1bc6c85aea4999.tar.bz2
added option to read PPS impulse; fixed GPIO assignments
Diffstat (limited to 'u-boot/board/goldelico/gta04/backlight.c')
-rw-r--r--u-boot/board/goldelico/gta04/backlight.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/u-boot/board/goldelico/gta04/backlight.c b/u-boot/board/goldelico/gta04/backlight.c
index 271a254..f5ec6e9 100644
--- a/u-boot/board/goldelico/gta04/backlight.c
+++ b/u-boot/board/goldelico/gta04/backlight.c
@@ -65,13 +65,13 @@
#elif defined(CONFIG_GOLDELICO_EXPANDER_B2)
-#define GPIO_BACKLIGHT 146 /* = GPT11_PWM (instead of UART2-TX) */
-#define GPT_BACKLIGHT OMAP34XX_GPT11
+#define GPIO_BACKLIGHT 145 /* = GPT11_PWM (instead of UART2-TX) */
+#define GPT_BACKLIGHT OMAP34XX_GPT10
#elif defined(CONFIG_GOLDELICO_EXPANDER_B4)
-#define GPIO_BACKLIGHT 146 /* = GPT11_PWM (instead of UART2-TX) */
-#define GPT_BACKLIGHT OMAP34XX_GPT11
+#define GPIO_BACKLIGHT 145 /* = GPT10_PWM (instead of UART2-RTS) */
+#define GPT_BACKLIGHT OMAP34XX_GPT10
#endif