diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2013-12-31 12:55:15 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-07 16:41:12 -0500 |
commit | 6f72892a4412013c4257f8475ed9d940132a202f (patch) | |
tree | 4aa592e374445b86a00a1a7d181de635ab6e0af5 /include | |
parent | 4b9b2c300a23ca4a85811918dc92e822a9571a87 (diff) | |
download | u-boot-imx-6f72892a4412013c4257f8475ed9d940132a202f.zip u-boot-imx-6f72892a4412013c4257f8475ed9d940132a202f.tar.gz u-boot-imx-6f72892a4412013c4257f8475ed9d940132a202f.tar.bz2 |
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')
-rw-r--r-- | include/configs/cm_t35.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 4640c43..7729a02 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 |