mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
phonesdk: pulldown uart3 when gps probe
This commit is contained in:
parent
19da6351d0
commit
2abadea49c
|
|
@ -272,8 +272,11 @@ static int rk29_gps_probe(struct platform_device *pdev)
|
|||
pdata->power_flag = 0;
|
||||
|
||||
//gps power down
|
||||
rk29_gps_uart_to_gpio(pdata->uart_id);
|
||||
if (pdata->power_down)
|
||||
pdata->power_down();
|
||||
if (pdata->reset)
|
||||
pdata->reset(GPIO_LOW);
|
||||
|
||||
pgps = pdata;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user