Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S944424AbcJaQo6 (ORCPT ); Mon, 31 Oct 2016 12:44:58 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:37699 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754946AbcJaQoz (ORCPT ); Mon, 31 Oct 2016 12:44:55 -0400 From: Neil Armstrong To: khilman@baylibre.com, carlo@caione.org, linus.walleij@linaro.org 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/8] ARM64: dts: meson-gxl: Add extended support Date: Mon, 31 Oct 2016 17:44:38 +0100 Message-Id: <1477932286-27482-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: 1653 Lines: 36 This patchset provides extended peripheral support for the Amlogix GXL SoCs. In order to support more functionalities, this patchset : - Moves peripheral nodes to the common Meson arm64 dtsi - Add i2c, mmc, sd, sdio, pinctrl and clock nodes for GXL - Adds correct GXL P23X boards uart pinctrl - Add SD/MMC and SDIO WiFi support support for P23X boards This patchset depends on pinctrl patch at [1] and the dt-include file : include/dt-bindings/gpio/meson-gxl-gpio.h Changes since original RFC patchset at : [2] - Rebased on v4.10/dt64 at [3] commit b2ac270c3836 ("ARM64: dts: meson-gxbb: Add SCPI with cpufreq & sensors Nodes") [1] http://lkml.kernel.org/r/1477931531-27120-1-git-send-email-narmstrong@baylibre.com [2] http://lkml.kernel.org/r/1477060838-14164-1-git-send-email-narmstrong@baylibre.com [3] git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git Neil Armstrong (8): ARM64: dts: meson-gxbb: Move common nodes to meson-gx ARM64: dts: meson-gxl: Add pinctrl nodes ARM64: dts: meson-gxl: Add clock nodes ARM64: dts: meson-gxl: Add i2c nodes ARM64: dts: meson-gxl: Add MMC/SD/SDIO nodes ARM64: dts: meson-gxl-p23x: Add uart pinctrl ARM64: dts: meson-gxl-p23x: Add SD/SDIO/MMC and PWM nodes ARM64: dts: meson-gxl-p23x: Enable IR receiver arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 131 +++++++++++++ arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 153 ++------------- .../boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi | 121 ++++++++++++ arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 210 +++++++++++++++++++++ 4 files changed, 479 insertions(+), 136 deletions(-) -- 1.9.1