commit | 008c6b5624a97d0a32ee987ca0269dde0ba952e9 | [log] [tgz] |
---|---|---|
author | Hannes Schmelzer <hannes.schmelzer@br-automation.com> | Wed Feb 06 13:25:59 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 19 08:55:43 2019 -0500 |
tree | 08ef9a4a8abeaae0854e12f64109d2dffe093876 | |
parent | c5382b7af70964254a3ee6693facb5138b0eff6e [diff] |
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>