Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1512697
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/8] ARM64: dts: meson-gxl: Add extended support |
| Date | 2016-10-31 17:50 +0100 |
| Message-ID | <synWx-4Wn-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/8] ARM64: dts: meson-gxl: Add extended support Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
[PATCH 1/8] ARM64: dts: meson-gxbb: Move common nodes to meson-gx Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
[PATCH 7/8] ARM64: dts: meson-gxl-p23x: Add SD/SDIO/MMC and PWM nodes Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
Re: [PATCH 7/8] ARM64: dts: meson-gxl-p23x: Add SD/SDIO/MMC and PWM nodes Kevin Hilman <khilman@baylibre.com> - 2016-11-07 20:10 +0100
[PATCH 3/8] ARM64: dts: meson-gxl: Add clock nodes Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
[PATCH 2/8] ARM64: dts: meson-gxl: Add pinctrl nodes Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
Re: [PATCH 2/8] ARM64: dts: meson-gxl: Add pinctrl nodes Kevin Hilman <khilman@baylibre.com> - 2016-11-07 23:40 +0100
[PATCH 4/8] ARM64: dts: meson-gxl: Add i2c nodes Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
[PATCH 6/8] ARM64: dts: meson-gxl-p23x: Add uart pinctrl Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
csiph-web