]> git.sur5r.net Git - u-boot/commit
omap3: Fix SPI registers on am33xx and am43xx
authorMartin Hejnfelt <mh@newtec.dk>
Thu, 19 May 2016 07:11:58 +0000 (09:11 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 23 May 2016 15:50:22 +0000 (11:50 -0400)
commit5f89a15e1630e9050c8b1b5307ccd800e4596ce5
tree0ed66e15e194a8fd48a0743457873235cffaefa5
parentc1420f8b2b0f3c833c024979495ab22db34a5dbe
omap3: Fix SPI registers on am33xx and am43xx

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.

v2: Fixed commit subject line to correct cpu

Signed-off-by: Martin Hejnfelt <mh@newtec.dk>
drivers/spi/omap3_spi.c