mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-tegra
This commit is contained in:
commit
3faf2216d9
1 changed files with 0 additions and 13 deletions
|
@ -57,19 +57,6 @@ int tegra_pcie_board_init(void)
|
|||
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;
|
||||
}
|
||||
#endif /* PCI */
|
||||
|
|
Loading…
Add table
Reference in a new issue