[PATCH linux v4 4/4] Updated SCU88 register and SCU90 init values
OpenBMC Patches
openbmc-patches at stwcx.xyz
Tue Mar 22 16:30:36 AEDT 2016
From: Adi Gangidi <adi.gangidi at rackspace.com>
a) Updated SCU88 init value in barreleye init
b) Updated SCU90 init values in common init
c) Removed some some white spaces
---
arch/arm/mach-aspeed/aspeed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-aspeed/aspeed.c b/arch/arm/mach-aspeed/aspeed.c
index 5c18316..fa76c40 100644
--- a/arch/arm/mach-aspeed/aspeed.c
+++ b/arch/arm/mach-aspeed/aspeed.c
@@ -118,7 +118,7 @@ static void __init do_common_setup(void)
/* SCU setup */
writel(0x01C000FF, AST_IO(AST_BASE_SCU | 0x88));
writel(0xC1C000FF, AST_IO(AST_BASE_SCU | 0x8c));
- writel(0x01C0007F, AST_IO(AST_BASE_SCU | 0x88));
+ writel(0x01C0007F, AST_IO(AST_BASE_SCU | 0x88));
writel(0x003FA008, AST_IO(AST_BASE_SCU | 0x90));
/* Setup scratch registers */
--
2.7.1
More information about the openbmc
mailing list