Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754914AbcJTLnL (ORCPT ); Thu, 20 Oct 2016 07:43:11 -0400 Received: from mail-qt0-f169.google.com ([209.85.216.169]:36279 "EHLO mail-qt0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751139AbcJTLnJ (ORCPT ); Thu, 20 Oct 2016 07:43:09 -0400 From: Neil Armstrong To: carlo@caione.org, khilman@baylibre.com Cc: Neil Armstrong , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 0/4] ARM64: dts: meson-gxbb: Add MMC and Wifi support Date: Thu, 20 Oct 2016 13:42:53 +0200 Message-Id: <1476963777-1804-1-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1163 Lines: 31 This patchsets adds the MMC nodes in the GX dtsi and adds the GXBB clocks attributes in the GXBB dtsi. Then MMC/SD/SDIO support is added to : - p20x : SD, SDIO, MMC - a95x : SD, SDIO, MMC - Odroid-C2 : SD, MMC WiFi support is also added by enabling the 32768Hz clock generated by PWM on p20x and A95x and adding the SDIO power sequence. This patchset is based on Kevin Hilman's amlogic v4.10/dt64 tree at [1] [1] git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git Kevin Hilman (1): ARM64: dts: meson-gxbb: add MMC support Neil Armstrong (3): ARM64: dts: meson-gxbb: Add Wifi 32K clock for p20x boards ARM64: dts: meson-gxbb: Add P20x Wifi SDIO support ARM64: dts: meson-gxbb: Add MMC nodes to Nexbox A95x arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 21 ++++ .../boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts | 122 ++++++++++++++++++++ .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 88 ++++++++++++++ arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 127 +++++++++++++++++++++ arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 24 +++- 5 files changed, 381 insertions(+), 1 deletion(-) -- 1.9.1