public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@bootlin.com>
To: arm@kernel.org
Cc: Maxime Ripard <maxime.ripard@bootlin.com>,
	Chen-Yu Tsai <wens@csie.org>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Allwinner arm64 DT changes for 4.21
Date: Fri, 7 Dec 2018 15:44:01 +0100	[thread overview]
Message-ID: <20181207144401.mfrfb2qj2sdno2at@flea> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4280 bytes --]

Hi Arnd, Kevin, Olof,

Please pull the following changes for the next merge window.

ThankS!
Maxime

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt64-for-4.21

for you to fetch changes up to 44ff3cafcd7f413e7710a58ac40cfdc3a9380097:

  arm64: dts: allwinner: a64: Fix up RTC device node and clock references (2018-12-07 10:23:39 +0800)

----------------------------------------------------------------
Allwinner arm64 DT changes for 4.21

Our usual set of arm64 DT changes, with the biggest additions being:
  - Support for the video decoding engine in the A64
  - Support for the audio codec in the A64
  - USB Support in the H6
  - HDMI Support in the H6
  - EMAC Support in the H6
  - New board: Orange Pi Lite2

----------------------------------------------------------------
Chen-Yu Tsai (5):
      arm64: dts: allwinner: h6: orangepi: Add board-wide 5V regulator
      arm64: dts: allwinner: h6: orangepi: Enable USB 2.0 host and OTG ports
      arm64: dts: allwinner: h6: orangepi: Add device nodes for LEDs
      arm64: dts: allwinner: a64: bananapi-m64: Enable audio codec
      arm64: dts: allwinner: a64: Fix up RTC device node and clock references

Icenowy Zheng (7):
      dt-binding: dwmac-sun8i: add H6 compatible string (w/ A64 fallback)
      arm64: allwinner: h6: add EMAC device nodes
      arm64: allwinner: h6: add support for the Ethernet on Pine H64
      arm64: dts: allwinner: h6: add USB2-related device nodes
      arm64: dts: allwinner: h6: add USB Vbus regulator for Pine H64
      arm64: dts: allwinner: h6: enable USB2 on Pine H64
      arm64: dts: allwinner: h6: fix EMAC compatible string sequence

Jagan Teki (4):
      arm64: allwinner: h6: Add common orangepi nodes into dtsi
      arm64: allwinner: h6: Add OrangePi Lite2 initial support
      dt-bindings: gpu: mali-utgard: Add compatible for A64 Mali
      arm64: dts: allwinner: a64: Add device node for Mali-400 GPU

Jernej Skrabec (2):
      arm64: dts: allwinner: h6: Add HDMI pipeline
      arm64: dts: allwinner: h6: Enable HDMI output on Pine H64 board

Oskari Lemmela (2):
      arm64: dts: allwinner: axp803: add AC and battery power supplies
      arm64: dts: allwinner: a64: sopine-baseboard: enable power supplies

Paul Kocialkowski (2):
      arm64: dts: allwinner: a64: Add support for the SRAM C1 section
      arm64: dts: allwinner: a64: Add Video Engine node

Vasily Khoruzhick (5):
      arm64: dts: allwinner: add backlight regulator for Pinebook
      arm64: dts: allwinner: a64: add nodes necessary for analog sound support
      arm64: dts: allwinner: a64: enable sound on Pine64 and SoPine
      arm64: dts: allwinner: a64: enable sound on Pinebook
      arm64: dts: allwinner: a64: pinebook: enable power supplies

 .../devicetree/bindings/gpu/arm,mali-utgard.txt    |   5 +
 .../devicetree/bindings/net/dwmac-sun8i.txt        |   1 +
 arch/arm64/boot/dts/allwinner/Makefile             |   1 +
 arch/arm64/boot/dts/allwinner/axp803.dtsi          |  33 +++
 .../boot/dts/allwinner/sun50i-a64-bananapi-m64.dts |  29 ++
 .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts |  27 ++
 .../boot/dts/allwinner/sun50i-a64-pinebook.dts     |  67 +++++
 .../dts/allwinner/sun50i-a64-sopine-baseboard.dts  |  34 +++
 .../boot/dts/allwinner/sun50i-a64-sopine.dtsi      |   4 +
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      | 123 +++++++-
 .../dts/allwinner/sun50i-h6-orangepi-lite2.dts     |  11 +
 .../dts/allwinner/sun50i-h6-orangepi-one-plus.dts  | 140 +---------
 .../boot/dts/allwinner/sun50i-h6-orangepi.dtsi     | 210 ++++++++++++++
 .../boot/dts/allwinner/sun50i-h6-pine-h64.dts      |  82 ++++++
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi       | 311 +++++++++++++++++++++
 15 files changed, 924 insertions(+), 154 deletions(-)
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-lite2.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi.dtsi

-- 
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2018-12-07 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-07 14:44 Maxime Ripard [this message]
2018-12-12 20:50 ` [GIT PULL] Allwinner arm64 DT changes for 4.21 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=20181207144401.mfrfb2qj2sdno2at@flea \
    --to=maxime.ripard@bootlin.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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