mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
ARM: uniphier: set system bus pinmux for PXs3
The system bus is not enabled by default for NAND, eMMC boot etc. of PXs3. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
b173c19663
commit
d8a10e7fac
1 changed files with 2 additions and 0 deletions
|
@ -16,4 +16,6 @@ void uniphier_pxs2_sbc_init(void)
|
|||
/* necessary for ROM boot ?? */
|
||||
/* system bus output enable */
|
||||
writel(0x17, PC0CTRL);
|
||||
|
||||
uniphier_pin_init("system_bus_grp"); /* PXs3 */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue