From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764491AbdAJBW6 (ORCPT ); Mon, 9 Jan 2017 20:22:58 -0500 Received: from foss.arm.com ([217.140.101.70]:40192 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751978AbdAJBW5 (ORCPT ); Mon, 9 Jan 2017 20:22:57 -0500 From: Andre Przywara To: Maxime Ripard , Chen-Yu Tsai Cc: Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] arm64: dts: A64 board MMC support Date: Tue, 10 Jan 2017 01:22:30 +0000 Message-Id: <1484011353-21480-1-git-send-email-andre.przywara@arm.com> X-Mailer: git-send-email 2.8.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These patches here go on top of Maxime's latest A64 MMC series and enable the MMC controllers on the boards using the A64 SoC. As the BananaPi-M64 DT now looks different, lets adds support for that board as well, with one major difference to the Pine64 being the eMMC chip. I could't find commit f9ca9b952ee1 Maxime mentioned in his cover letter, so I applied his patches on top of sunxi/for-next and cherry-picked b4b8664d29 to fix the arm64 build. Cheers, Andre. Andre Przywara (3): arm64: dts: Pine64: add MMC support arm64: dts: sun50i: add UART1 pin nodes arm64: dts: add BananaPi-M64 support arch/arm64/boot/dts/allwinner/Makefile | 1 + .../boot/dts/allwinner/sun50i-a64-bananapi-m64.dts | 120 +++++++++++++++++++++ .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 20 ++++ arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 10 ++ 4 files changed, 151 insertions(+) create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts -- 2.8.2