From patchwork Fri Feb 15 11:03:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 1042741 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=csie.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 4419Ns5j1tz9s7T for ; Fri, 15 Feb 2019 22:03:41 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 87D52C21FAB; Fri, 15 Feb 2019 11:03:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 712D4C21DFF; Fri, 15 Feb 2019 11:03:36 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id DCDA2C21CB6; Fri, 15 Feb 2019 11:03:34 +0000 (UTC) Received: from wens.csie.org (mirror2.csie.ntu.edu.tw [140.112.30.76]) by lists.denx.de (Postfix) with ESMTPS id 2A9E5C21E44 for ; Fri, 15 Feb 2019 11:03:34 +0000 (UTC) Received: by wens.csie.org (Postfix, from userid 1000) id 4AA545FBCA; Fri, 15 Feb 2019 19:03:28 +0800 (CST) From: Chen-Yu Tsai To: u-boot@lists.denx.de Date: Fri, 15 Feb 2019 19:03:15 +0800 Message-Id: <20190215110318.13242-1-wens@csie.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Cc: Maxime Ripard , Andre Przywara , Hans de Goede , Jagan Teki , Maxime Ripard , Icenowy Zheng Subject: [U-Boot] [PATCH v2 0/3] sunxi: Sync Bananapi M2+ dts files and add H5 variant X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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%)