summaryrefslogtreecommitdiffstats
path: root/include/configs/cm_t35.h
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2013-12-31 12:55:15 +0200
committerTom Rini <trini@ti.com>2014-01-07 16:41:12 -0500
commit6f72892a4412013c4257f8475ed9d940132a202f (patch)
tree4aa592e374445b86a00a1a7d181de635ab6e0af5 /include/configs/cm_t35.h
parent4b9b2c300a23ca4a85811918dc92e822a9571a87 (diff)
downloadtalos-obmc-uboot-6f72892a4412013c4257f8475ed9d940132a202f.tar.gz
talos-obmc-uboot-6f72892a4412013c4257f8475ed9d940132a202f.zip
arm: omap: cm_t35: enable gpio bank 5 clocks explicitly
Following commit "arm: omap3: Enable clocks for peripherals only if they are used" (f33b9bd3984fb11e1d8566a866adc5957b1e1c9d) it is now necessary to enable clocks for GPIO banks explicitly. On cm_t35, GPIO bank 5 is necessary for scf0403 lcd support. Enable GPIO bank 5 clocks. Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Cc: Igor Grinberg <grinberg@compulab.co.il> Cc: Tom Rini <trini@ti.com> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'include/configs/cm_t35.h')
-rw-r--r--include/configs/cm_t35.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
index 4640c431dc..7729a02ab6 100644
--- a/include/configs/cm_t35.h
+++ b/include/configs/cm_t35.h
@@ -316,6 +316,7 @@
/* Display Configuration */
#define CONFIG_OMAP3_GPIO_2
+#define CONFIG_OMAP3_GPIO_5
#define CONFIG_VIDEO_OMAP3
#define LCD_BPP LCD_COLOR16
OpenPOWER on IntegriCloud