mbox series

[v2,0/5] Add spi boot support to am335x-icev2

Message ID 20200914064117.5718-1-faiz_abbas@ti.com
Headers show
Series Add spi boot support to am335x-icev2 | expand

Message

Faiz Abbas Sept. 14, 2020, 6:41 a.m. UTC
The following patches add spi boot support to TI's am335x-icev2 platform

v2:
1. Changed order of patches to avoid breaking build
2. Changed SPI_OFFSET to SPI0_OFFSET and moved the define
   arch/arm/mach-omap2/am335x/board.c
3. Updated MAINTAINERS list with the new defconfig.


Faiz Abbas (5):
  arm: dts: am335x-icev2: Add spi node
  spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent
    build failures
  arm: mach-omap2: am33xx: Add device structure for spi
  spi: omap3_spi: Read platform data in ofdata_to_platdata()
  configs: Add spiboot support for am335x

 arch/arm/dts/am335x-icev2.dts        |  50 +++++++++++++
 arch/arm/mach-omap2/am33xx/board.c   |  18 +++++
 board/ti/am335x/MAINTAINERS          |   1 +
 configs/am335x_evm_spiboot_defconfig |  93 +++++++++++++++++++++++
 drivers/spi/omap3_spi.c              | 107 +++++++--------------------
 drivers/spi/spi-uclass.c             |   2 +-
 include/configs/am335x_evm.h         |   2 -
 include/omap3_spi.h                  |  78 +++++++++++++++++++
 8 files changed, 268 insertions(+), 83 deletions(-)
 create mode 100644 configs/am335x_evm_spiboot_defconfig
 create mode 100644 include/omap3_spi.h

Comments

Lokesh Vutla Sept. 15, 2020, 1:49 p.m. UTC | #1
On 14/09/20 12:11 pm, Faiz Abbas wrote:
> The following patches add spi boot support to TI's am335x-icev2 platform
> 
> v2:
> 1. Changed order of patches to avoid breaking build
> 2. Changed SPI_OFFSET to SPI0_OFFSET and moved the define
>    arch/arm/mach-omap2/am335x/board.c
> 3. Updated MAINTAINERS list with the new defconfig.

Applied to u-boot-ti next branch.

Thanks and regards,
Lokesh