Skip to content
Snippets Groups Projects
Commit 5f89a15e authored by Martin Hejnfelt's avatar Martin Hejnfelt Committed by Tom Rini
Browse files

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: default avatarMartin Hejnfelt <mh@newtec.dk>
parent c1420f8b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment