
30 May
2016
30 May
'16
8:06 p.m.
On Wed, May 18, 2016 at 03:00:15PM +0200, Martin Hejnfelt wrote:
When the base registers are read from device tree the base is not 0x48030100 as the driver expects, but 0x48030000, resulting in non functioning SPI. To deal with this, use same idea as how this is done in the linux kernel (drivers/spi/spi-omap2-mcspi.c) and add a structure with a field that is used to shift the registers on these systems.
Signed-off-by: Martin Hejnfelt mh@newtec.dk
Applied to u-boot/master, thanks!
--
Tom