Skip to content
Snippets Groups Projects
Commit 39e9b7c3 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Merge branch 'master' of /home/wd/git/u-boot/custodians

parents 95bc39e8 23fdf058
No related branches found
No related tags found
No related merge requests found
...@@ -260,10 +260,10 @@ int arch_misc_init(void) ...@@ -260,10 +260,10 @@ int arch_misc_init(void)
/* Set CPIOs and MPPs - values provided by board /* Set CPIOs and MPPs - values provided by board
include file */ include file */
writel(ORION5X_MPP_BASE+0x00, ORION5X_MPP0_7); writel(ORION5X_MPP0_7, ORION5X_MPP_BASE+0x00);
writel(ORION5X_MPP_BASE+0x04, ORION5X_MPP8_15); writel(ORION5X_MPP8_15, ORION5X_MPP_BASE+0x04);
writel(ORION5X_MPP_BASE+0x50, ORION5X_MPP16_23); writel(ORION5X_MPP16_23, ORION5X_MPP_BASE+0x50);
writel(ORION5X_GPIO_BASE+0x04, ORION5X_GPIO_OUT_ENABLE); writel(ORION5X_GPIO_OUT_ENABLE, ORION5X_GPIO_BASE+0x04);
return 0; return 0;
} }
......
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