Commit 1275e922 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fix hanging when no 10389 - was trying to init

parent 9c151ff6
...@@ -1322,14 +1322,9 @@ static int elphel393_pwr_probe(struct platform_device *pdev) ...@@ -1322,14 +1322,9 @@ static int elphel393_pwr_probe(struct platform_device *pdev)
*/ */
pm_power_off = shutdown; pm_power_off = shutdown;
/*
if (base[2]!=NULL){ if (base[2]!=NULL){
//turn off PCA9571 gpio_10389_initialize(pdev);
gpio_10389_ctrl(&pdev->dev, 0xf0f);
gpio_10389_ctrl(&pdev->dev, 0xf00);
} }
*/
gpio_10389_initialize(pdev);
return 0; return 0;
} }
......
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