Loading src/drivers/elphel/elphel393-pwr.c +2 −0 Original line number Diff line number Diff line Loading @@ -1313,11 +1313,13 @@ static int elphel393_pwr_probe(struct platform_device *pdev) */ pm_power_off = shutdown; /* if (base[2]!=NULL){ //turn off PCA9571 gpio_10389_ctrl(&pdev->dev, 0xf0f); gpio_10389_ctrl(&pdev->dev, 0xf00); } */ return 0; } Loading Loading
src/drivers/elphel/elphel393-pwr.c +2 −0 Original line number Diff line number Diff line Loading @@ -1313,11 +1313,13 @@ static int elphel393_pwr_probe(struct platform_device *pdev) */ pm_power_off = shutdown; /* if (base[2]!=NULL){ //turn off PCA9571 gpio_10389_ctrl(&pdev->dev, 0xf0f); gpio_10389_ctrl(&pdev->dev, 0xf00); } */ return 0; } Loading