arm: mach-omap2: am33xx: Add device structure for spi
authorFaiz Abbas <faiz_abbas@ti.com>
Mon, 14 Sep 2020 06:41:15 +0000 (12:11 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 15 Sep 2020 13:21:53 +0000 (18:51 +0530)
commit41cf3cb39ddbb8a0b892781388e1054653d33ed1
treecacd563c078872cfd3be0fe46f5473793b5e87e0
parent280af011563574844fa3c20acd2cbbd7ee669da8
arm: mach-omap2: am33xx: Add device structure for spi

Add platform data and a device structure for the spi device
present on am335x-icev2. This requires moving all omap3_spi
platform data structures and symbols to an omap3_spi.h so that
the board file can access them.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
arch/arm/mach-omap2/am33xx/board.c
drivers/spi/omap3_spi.c
include/configs/am335x_evm.h
include/omap3_spi.h [new file with mode: 0644]