commit | eaba7df7041ebdd6cff3702d87d6bdb6870ec5e3 | [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 | 90037d4c73ed704d85485d4fa68a618d4db2b12a [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>