[PATCH linux dev-4.10 10/10] aspeed: romulus: Remove manual CS decoding window configuration
Joel Stanley
joel at jms.id.au
Fri Apr 28 10:53:39 AEST 2017
On Thu, Apr 27, 2017 at 4:27 PM, Cédric Le Goater <clg at kaod.org> wrote:
> On 04/27/2017 08:08 AM, Andrew Jeffery wrote:
>> This is now handled by the SMC driver.
>>
>> Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
>
> Reviewed-by: Cédric Le Goater <clg at kaod.org>
I will take the cleanups that Cedric and Xo have has acked now. As
applying without the earlier patches in the series created conflicts,
I applied these three similar ones as one patch.
Applied to dev-4.10.
Cheers,
Joel
>
> Thanks,
>
> C.
>
>> ---
>> 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 837649b9fad9..14cea0825199 100644
>> --- a/arch/arm/mach-aspeed/aspeed.c
>> +++ b/arch/arm/mach-aspeed/aspeed.c
>> @@ -153,12 +153,6 @@ static void __init do_witherspoon_setup(void)
>> static void __init do_romulus_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));
>> }
>>
>> #define SCU_PASSWORD 0x1688A8A8
>>
>
More information about the openbmc
mailing list