Skip to content
Snippets Groups Projects
Commit 6f72892a authored by Nikita Kiryanov's avatar Nikita Kiryanov Committed by Tom Rini
Browse files

arm: omap: cm_t35: enable gpio bank 5 clocks explicitly


Following commit "arm: omap3: Enable clocks for peripherals only if they are
used" (f33b9bd3) 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: default avatarNikita Kiryanov <nikita@compulab.co.il>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Cc: Tom Rini <trini@ti.com>
Acked-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
parent 4b9b2c30
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment