mirror of
https://github.com/torvalds/linux.git
synced 2026-06-11 08:03:05 +02:00
Rk29SmartPhone: request power_pin gpio when gps power down
This commit is contained in:
parent
f73e080547
commit
9f44f08dcf
|
|
@ -1293,6 +1293,7 @@ int rk29_gps_power_down(void)
|
|||
{
|
||||
printk("%s \n", __FUNCTION__);
|
||||
|
||||
gpio_request(RK29_GPS_POWER_PIN, NULL);
|
||||
gpio_direction_output(RK29_GPS_POWER_PIN, GPIO_LOW);
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user