Commit 18813c2c authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

gpio_control exported

parent ea763119
...@@ -665,6 +665,11 @@ int gpio_10389_ctrl(struct device *dev, int value){ ...@@ -665,6 +665,11 @@ int gpio_10389_ctrl(struct device *dev, int value){
return 0; return 0;
} }
int gpio_10389_control(int value){
return gpio_10389_ctrl(shutdown_dev,value);
}
EXPORT_SYMBOL_GPL(gpio_10389_control);
int por_ctrl(struct device *dev, int disable_por) int por_ctrl(struct device *dev, int disable_por)
{ {
int gpio_disable_por_index=get_gpio_index_by_name("DIS_POR"); int gpio_disable_por_index=get_gpio_index_by_name("DIS_POR");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment