[U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj at renesas.com
Wed Jan 15 08:05:32 CET 2014


2014/1/15 Jagan Teki <jagannadh.teki at gmail.com>:
> On Wed, Jan 8, 2014 at 6:46 AM, Nobuhiro Iwamatsu
> <nobuhiro.iwamatsu.yj at renesas.com> wrote:
>> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
>> ---
>>  drivers/spi/sh_qspi.c | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/spi/sh_qspi.c b/drivers/spi/sh_qspi.c
>> index edeb42d..77ede6b 100644
>> --- a/drivers/spi/sh_qspi.c
>> +++ b/drivers/spi/sh_qspi.c
>> @@ -10,6 +10,7 @@
>>  #include <common.h>
>>  #include <malloc.h>
>>  #include <spi.h>
>> +#include <asm/arch/rmobile.h>
>>  #include <asm/io.h>
>>
>>  /* SH QSPI register bit masks <REG>_<BIT> */
>> @@ -170,7 +171,7 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
>>                 return NULL;
>>         }
>>
>> -       ss->regs = (struct sh_qspi_regs *)CONFIG_SH_QSPI_BASE;
>> +       ss->regs = (struct sh_qspi_regs *)SH_QSPI_BASE;
>>
>>         /* Init SH QSPI */
>>         sh_qspi_init(ss);
>> --
>> 1.8.5
>>
>
> Reviewed-by: Jagannadha Sutradharudu Teki <jaganna at xilinx.com>
>

Thanks!


-- 
Nobuhiro Iwamatsu


More information about the U-Boot mailing list