[PATCH linux dev-4.10 09/10] aspeed: witherspoon: Remove manual CS decoding window configuration
Andrew Jeffery
andrew at aj.id.au
Thu Apr 27 16:08:22 AEST 2017
This is now handled by the SMC driver
Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---
arch/arm/mach-aspeed/aspeed.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arch/arm/mach-aspeed/aspeed.c b/arch/arm/mach-aspeed/aspeed.c
index e7d01f5490af..837649b9fad9 100644
--- a/arch/arm/mach-aspeed/aspeed.c
+++ b/arch/arm/mach-aspeed/aspeed.c
@@ -148,12 +148,6 @@ static void __init do_zaius_setup(void)
static void __init do_witherspoon_setup(void)
{
do_common_setup();
-
- /* Set SPI1 CE1 decoding window to 0x34000000 */
- writel(0x70680000, AST_IO(AST_BASE_SPI | 0x34));
-
- /* Set SPI1 CE0 decoding window to 0x30000000 */
- writel(0x68600000, AST_IO(AST_BASE_SPI | 0x30));
}
static void __init do_romulus_setup(void)
--
2.9.3
More information about the openbmc
mailing list