* [U-Boot] [PATCH] arm: omap: cm_t35: enable gpio bank 5 clocks explicitly
@ 2013-12-31 10:55 Nikita Kiryanov
2013-12-31 14:16 ` Igor Grinberg
2014-01-08 13:34 ` [U-Boot] " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Nikita Kiryanov @ 2013-12-31 10:55 UTC (permalink / raw)
To: u-boot
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>
---
include/configs/cm_t35.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
index e72187e..d5c1b9c 100644
--- a/include/configs/cm_t35.h
+++ b/include/configs/cm_t35.h
@@ -319,6 +319,7 @@
/* Display Configuration */
#define CONFIG_OMAP3_GPIO_2
+#define CONFIG_OMAP3_GPIO_5
#define CONFIG_VIDEO_OMAP3
#define LCD_BPP LCD_COLOR16
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] arm: omap: cm_t35: enable gpio bank 5 clocks explicitly
2013-12-31 10:55 [U-Boot] [PATCH] arm: omap: cm_t35: enable gpio bank 5 clocks explicitly Nikita Kiryanov
@ 2013-12-31 14:16 ` Igor Grinberg
2014-01-08 13:34 ` [U-Boot] " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Igor Grinberg @ 2013-12-31 14:16 UTC (permalink / raw)
To: u-boot
On 12/31/13 12:55, Nikita Kiryanov wrote:
> 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>
> ---
> include/configs/cm_t35.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
> index e72187e..d5c1b9c 100644
> --- a/include/configs/cm_t35.h
> +++ b/include/configs/cm_t35.h
> @@ -319,6 +319,7 @@
>
> /* Display Configuration */
> #define CONFIG_OMAP3_GPIO_2
> +#define CONFIG_OMAP3_GPIO_5
> #define CONFIG_VIDEO_OMAP3
> #define LCD_BPP LCD_COLOR16
>
>
--
Regards,
Igor.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] arm: omap: cm_t35: enable gpio bank 5 clocks explicitly
2013-12-31 10:55 [U-Boot] [PATCH] arm: omap: cm_t35: enable gpio bank 5 clocks explicitly Nikita Kiryanov
2013-12-31 14:16 ` Igor Grinberg
@ 2014-01-08 13:34 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2014-01-08 13:34 UTC (permalink / raw)
To: u-boot
On Tue, Dec 31, 2013 at 12:55:15PM +0200, Nikita Kiryanov wrote:
> 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>
Applied to u-boot-ti/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140108/a426bb14/attachment.pgp>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-01-08 13:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-31 10:55 [U-Boot] [PATCH] arm: omap: cm_t35: enable gpio bank 5 clocks explicitly Nikita Kiryanov
2013-12-31 14:16 ` Igor Grinberg
2014-01-08 13:34 ` [U-Boot] " Tom Rini
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.