board/BuR/brxre1: convert do DM
authorHannes Schmelzer <hannes.schmelzer@br-automation.com>
Wed, 6 Feb 2019 12:25:59 +0000 (13:25 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 19 Feb 2019 13:55:43 +0000 (08:55 -0500)
commiteaba7df7041ebdd6cff3702d87d6bdb6870ec5e3
tree08ef9a4a8abeaae0854e12f64109d2dffe093876
parent90037d4c73ed704d85485d4fa68a618d4db2b12a
board/BuR/brxre1: convert do DM

This commit converts the brxre1 board to DM,
for this we have todo following things:

- add a devicetree-file for this board
- drop all obsolete settings from board header-file
- use dm_i2c_xxx calls for read/write to the resetcontroller
- request gpios before operate them

Serues-cc: trini@konsulko.com
Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
arch/arm/dts/am335x-brxre1.dts [new file with mode: 0644]
board/BuR/brxre1/MAINTAINERS
board/BuR/brxre1/board.c
board/BuR/common/common.c
configs/brxre1_defconfig
include/configs/brxre1.h