]> git.baikalelectronics.ru Git - uboot.git/commit
spi: pl022: Simplify platdata code
authorJagan Teki <jagan@amarulasolutions.com>
Wed, 14 Nov 2018 09:58:05 +0000 (15:28 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Tue, 27 Nov 2018 15:36:19 +0000 (21:06 +0530)
commit6ba5c45bc38cee531700a3749fd2b6ac2fcea357
treee2b8a6e7e68c7ecddccc25d8f33fde4e2de44ebe
parente4db1a6ae8f74230bbedff2f0cf8caa74d70c6d1
spi: pl022: Simplify platdata code

pl022 spi driver support both OF_CONTROL and PLATDATA, this
patch is trying to simplify the code that differentiating
platdata vs of_control.
- Move OF_CONTROL code at one place
- Handle clock setup code directly in pl022_spi_ofdata_to_platdata

Acked-by: Quentin Schulz <quentin.schulz@bootlin.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/spi/pl022_spi.c
include/dm/platform_data/pl022_spi.h