Skip to content
Snippets Groups Projects
Commit 3faf2216 authored by Tom Rini's avatar Tom Rini
Browse files

Merge branch 'master' of git://git.denx.de/u-boot-tegra

parents 4b5a4a05 7fb82986
No related branches found
No related tags found
No related merge requests found
...@@ -57,19 +57,6 @@ int tegra_pcie_board_init(void) ...@@ -57,19 +57,6 @@ int tegra_pcie_board_init(void)
return err; return err;
} }
err = as3722_gpio_configure(pmic, 1, AS3722_GPIO_OUTPUT_VDDH |
AS3722_GPIO_INVERT);
if (err < 0) {
error("failed to configure GPIO#1 as output: %d\n", err);
return err;
}
err = as3722_gpio_direction_output(pmic, 2, 1);
if (err < 0) {
error("failed to set GPIO#2 high: %d\n", err);
return err;
}
return 0; return 0;
} }
#endif /* PCI */ #endif /* PCI */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment