From: khilman@baylibre•com (Kevin Hilman)
To: linux-arm-kernel@lists•infradead.org
Subject: [GIT PULL] Amlogic 64-bit DT updates for v4.13
Date: Wed, 14 Jun 2017 10:49:36 -0700 [thread overview]
Message-ID: <7ho9tqbgsv.fsf@baylibre.com> (raw)
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64
for you to fetch changes up to 27f87bd2900b1a95d9c8e25deeb9768cf3fdcc4e:
ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes (2017-06-09 11:38:22 -0700)
----------------------------------------------------------------
Amlogic 64-bit DT changes for v4.13
- cleanup/reorganize alphabetically to better avoid conflicts
- add HDMI and CVBS nodes for multiple boards
- new pinctrl pins: SPI, HDMI CEC
- SCPI: fix thermal sensor reporting
New board support
- NanoPi K2 (GXBB)
- R-Box Pro (GXM)
----------------------------------------------------------------
Andreas F?rber (23):
dt-bindings: arm: amlogic: Reorder boards
arm64: dts: amlogic: Sort Makefile
arm64: dts: meson-gxbb-vega-s95: Fix Wifi node name
arm64: dts: meson-gxbb-p20x: Fix Wifi node name
arm64: dts: meson-gx-p23x-q20x: Fix Wifi node name
arm64: dts: meson-gxl-s905x-khadas-vim: Fix Wifi node name
arm64: dts: meson-gxm-nexbox-a1: Drop UART comment
arm64: dts: meson-gxl-s905x: Comment typo fix
arm64: dts: meson-gxbb-wetek-hub: Reference CVBS node by label
arm64: dts: meson-gxbb: Fix node order
arm64: dts: meson-gxbb-odroidc2: Fix node order
arm64: dts: meson-gxbb-vega-s95: Fix node order
arm64: dts: meson-gxbb-nexbox-a95x: Fix node order
arm64: dts: meson-gxbb-p20x: Fix node order
arm64: dts: meson-gxl: Fix node order
arm64: dts: meson-gxl-s905x-nexbox-a95x: Fix node order
arm64: dts: meson-gxm-nexbox-a1: Fix node order
arm64: dts: meson-gx-p23x-q20x: Fix node order
dt-bindings: Add Kingnovel vendor prefix
dt-bindings: arm: amlogic: Add R-Box Pro
arm64: dts: meson-gxm: Add R-Box Pro
dt-bindings: arm: amlogic: Add NanoPi K2
arm64: dts: amlogic: Add NanoPi K2
Carlo Caione (1):
ARM64: dts: meson-gx: Fix sensors reporting from SCP
Neil Armstrong (12):
ARM64: dts: meson-gxl: Fix pinctrl periphs gpio-ranges
ARM64: dts: Fix GXL periphs pinctrl pull-enable register base
ARM64: dts: Fix GXBB periphs pinctrl pull-enable register base
ARM64: dts: meson-gxbb: Add CEC pins nodes
ARM64: dts: meson-gxl: Add CEC pins nodes
ARM64: dts: meson-gxl: Add Ethernet PHY LEDS pins nodes
ARM64: dts: meson-gxbb: Add SPI pinctrl nodes
ARM64: dts: meson-gxl: Add SPI pinctrl nodes
ARM64: dts: meson-gxbb-wetek-play2: Add HDMI and CVBS Nodes
ARM64: dts: meson-gxl-s905d-p230: Add HDMI nodes
ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes
ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes
Documentation/devicetree/bindings/arm/amlogic.txt | 22 +++--
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm64/boot/dts/amlogic/Makefile | 8 +-
arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi | 60 ++++++-------
arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 2 +-
arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts | 291 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts | 52 ++++++------
arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 108 ++++++++++++------------
arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 66 +++++++--------
arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi | 56 ++++++-------
arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-hub.dts | 6 +-
arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-play2.dts | 40 +++++++++
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 213 ++++++++++++++++++++++++++++-------------------
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts | 24 ++++++
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts | 25 +++++-
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts | 52 ++++++------
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts | 23 +++++
arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi | 2 +-
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 120 +++++++++++++++++---------
arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts | 87 ++++++++++---------
arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts | 240 ++++++++++++++++++++++++++++++++++++++++++++++++++++
21 files changed, 1117 insertions(+), 381 deletions(-)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts
next reply other threads:[~2017-06-14 17:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-14 17:49 Kevin Hilman [this message]
2017-06-19 3:40 ` [GIT PULL] Amlogic 64-bit DT updates for v4.13 Olof Johansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7ho9tqbgsv.fsf@baylibre.com \
--to=khilman@baylibre$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox