Commit 9bbe1dd0 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

10389 gpio reset commented out - not needed anymore

parent 974ad536
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
}