Searched hist:"5 f89a15e1630e9050c8b1b5307ccd800e4596ce5" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | omap3_spi.c | 5f89a15e1630e9050c8b1b5307ccd800e4596ce5 Thu May 19 07:11:58 UTC 2016 Martin Hejnfelt <mh@newtec.dk> 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>
|