mbox series

[GIT,PULL] Allwinner arm64 DT changes for 4.21

Message ID 20181207144401.mfrfb2qj2sdno2at@flea
State New
Headers show
Series [GIT,PULL] Allwinner arm64 DT changes for 4.21 | expand

Pull-request

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

Message

Maxime Ripard Dec. 7, 2018, 2:44 p.m. UTC
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

Comments

Olof Johansson Dec. 12, 2018, 8:50 p.m. UTC | #1
On Fri, Dec 07, 2018 at 03:44:01PM +0100, Maxime Ripard wrote:
> 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

Merged, thanks!


-Olof