board/BuR/brppt1: convert brppt1 boards to driver model
authorHannes Schmelzer <oe5hpm@oevsv.at>
Fri, 6 Jul 2018 13:41:28 +0000 (15:41 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 19 Jul 2018 21:03:35 +0000 (17:03 -0400)
commitfbc7c7decf47b22717d3aad13358f4d7440e7055
tree3af4a1f749b091f4b8f1fb979bc732b37fc12602
parent19aa4ac09db91c07bc0e6c9a5a90fd501a97e1a3
board/BuR/brppt1: convert brppt1 boards to driver model

- add a devicetree for each variant (mmc, spi, nand)
- drop unneeded code from board and bur/common
- drop unneeded stuff from config header files
- minor adaptions to be compliant with driver model (requesting gpio,..)
- harmonize the commandset over all brppt1 targets

Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
arch/arm/dts/am335x-brppt1-mmc.dts [new file with mode: 0644]
arch/arm/dts/am335x-brppt1-nand.dts [new file with mode: 0644]
arch/arm/dts/am335x-brppt1-spi.dts [new file with mode: 0644]
board/BuR/brppt1/board.c
board/BuR/common/common.c
configs/brppt1_mmc_defconfig
configs/brppt1_nand_defconfig
configs/brppt1_spi_defconfig
include/configs/brppt1.h
include/configs/bur_am335x_common.h