1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-22 17:31:54 +02:00

qi-3d7k-GPK6-should-be-set-as-output.patch

Hi Andy,

Sorry, previous patch to enable reset function of LCM is not working
stably somehow. :(
Since it's pin configuration is input. Attached patch is to set LCM
reset pin as output.

Cheers,

Matt
This commit is contained in:
Matt Hsu 2009-03-09 08:51:06 +00:00 committed by Andy Green
parent 7d85f72dbc
commit 9416da3dc7

View File

@ -546,7 +546,7 @@ void port_init_om_3d7k(void)
(0 << 12) | /* GPK3 - input (NC) */
(0 << 16) | /* GPK4 - input (NC) */
(0 << 20) | /* GPK5 - input (NC) */
(0 << 24) | /* GPK6 - input (NC) */
(1 << 24) | /* GPK6 - output */
(0 << 28) /* GPK7 - input (NC) */
;
__REG(GPKCON1) =