diff options
author | Chen-Yu Tsai <wens@csie.org> | 2019-02-15 19:03:18 +0800 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-02-18 14:46:53 +0530 |
commit | da95ed58c4765ff23ed35753878274ef585f28b5 (patch) | |
tree | c8b6757f21d62bf176023cca44be22c036721b9f /board/sunxi | |
parent | 268ae6548779ccd8ba38ce39d43f41be7e0bc133 (diff) | |
download | u-boot-da95ed58c4765ff23ed35753878274ef585f28b5.tar.gz |
sunxi: Add Bananapi M2+ H5 board
As the H5 is pin compatible with the H3, vendors tend to upgrade their
existing H3 products with an H5 SoC swap. This is the case with the
Bananapi M2+ H5.
Add the following to support it:
- device tree file: synced from Linux v5.0-rc1,
- defconfig: copy of bananapi_m2_plus_h3_defconfig with only SoC
family and default device tree file name changed
- MAINTAINERS entry
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r-- | board/sunxi/MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index c6c6aee181..8e2f90fc68 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -137,11 +137,12 @@ M: Jagan Teki <jagan@amarulasolutions.com> S: Maintained F: configs/bananapi_m2_berry_defconfig -BANANAPI M2 PLUS H3 BOARD +BANANAPI M2 PLUS BOARDS M: Icenowy Zheng <icenowy@aosc.io> M: Chen-Yu Tsai <wens@csie.org> S: Maintained F: configs/bananapi_m2_plus_h3_defconfig +F: configs/bananapi_m2_plus_h5_defconfig BANANAPI M2 ULTRA BOARD M: Chen-Yu Tsai <wens@csie.org> |