mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
Rk29SmartPhone: request power_pin gpio when gps power down
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user