
Hi everyone,
This is version 2 of my Bananapi M2+ H5 variant series.
This series adds support for the H5 variant of the Bananapi M2+, and also renames the MAINTAINERS entry and defconfig for the Bananapi M2+ from its current name, Sinovoip BPI M2+.
Sinovoip is the brand name used for their own VOIP-related products, while the brand name "Bananapi" should be used for single board computers bearing the Bananapi logo. This was confirmed by Bananapi.
Patch 1 syncs up the BPI-M2+ device tree file from Linux v5.0-rc1.
Patch 2 renames the defconfig and maintainer entries to fix the brand name.
Patch 3 adds support for the H5 variant of the Bananapi M2+.
Please have a look.
Regards ChenYu
Changes in v2: - Fix "doen" typo - Drop symlink using original name, and entry for it in MAINTAINERS - Remove unrelated changes while renaming
Chen-Yu Tsai (3): sunxi: Sync Bananapi M2+ device tree from Linux v5.0-rc1 sunxi: Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3 sunxi: Add Bananapi M2+ H5 board
arch/arm/dts/sun50i-h5-bananapi-m2-plus.dts | 11 + arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts | 190 +----------------- ...2-plus.dts => sunxi-bananapi-m2-plus.dtsi} | 23 ++- board/sunxi/MAINTAINERS | 12 +- ...efconfig => bananapi_m2_plus_h3_defconfig} | 0 ...efconfig => bananapi_m2_plus_h5_defconfig} | 6 +- 6 files changed, 39 insertions(+), 203 deletions(-) create mode 100644 arch/arm/dts/sun50i-h5-bananapi-m2-plus.dts copy arch/arm/dts/{sun8i-h3-bananapi-m2-plus.dts => sunxi-bananapi-m2-plus.dtsi} (92%) copy configs/{Sinovoip_BPI_M2_Plus_defconfig => bananapi_m2_plus_h3_defconfig} (100%) rename configs/{Sinovoip_BPI_M2_Plus_defconfig => bananapi_m2_plus_h5_defconfig} (85%)