mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-22 11:59:21 +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:
parent
7d85f72dbc
commit
9416da3dc7
@ -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) =
|
||||
|
Loading…
Reference in New Issue
Block a user