mbox series

[GIT,PULL] Allwinner arm64 Device Tree Changes for 5.3

Message ID 0ded8794-cfd8-4e5b-a1c6-7dbb875e9bc1.lettre@localhost
State New
Headers show
Series [GIT,PULL] Allwinner arm64 Device Tree Changes for 5.3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-dt64-for-5.3-201906210808

Message

Maxime Ripard June 21, 2019, 8:08 a.m. UTC
Hi,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-dt64-for-5.3-201906210808

for you to fetch changes up to 9164665a390a2a42e9f56094eeec8c4a52748723:

  arm64: dts: allwinner: h6: Add DMA node (2019-06-12 15:25:59 +0200)

----------------------------------------------------------------
Our usual bunch of arm64 DT changes, this time with:
  - Some fixes for the DT schemas that were added during this release
  - Wifi support for the H6
  - LRADC suppport for the A64
  - Some background work on A64 boards, to enable various devices such
    as touchscreens, PMIC, audio, wifi, etc.

----------------------------------------------------------------
Chen-Yu Tsai (2):
      arm64: dts: allwinner: axp803: add USB power supply node
      arm64: dts: allwinner: a64: bananapi-m64: Enable PMIC USB power supply

Clément Péron (3):
      dt-bindings: watchdog: add Allwinner H6 watchdog
      arm64: dts: allwinner: h6: add watchdog node
      arm64: dts: allwinner: h6: add r_watchog node

Harald Geyer (1):
      arm64: dts: allwinner: a64: Enable audio on Teres-I

Icenowy Zheng (2):
      arm64: dts: allwinner: h6: add PIO VCC bank supplies for Pine H64
      arm64: dts: allwinner: a64: Add pinmux for RGB666 LCD

Jagan Teki (3):
      arm64: dts: allwinner: a64: move I2C pinctrl to dtsi
      arm64: dts: allwinner: a64-amarula-relic: Add GT5663 CTP node
      arm64: dts: allwinner: a64-oceanic-5205-5inmfd: Enable GT911 CTP

Jernej Skrabec (2):
      arm64: dts: allwinner: a64: orangepi-win: Add wifi and bluetooth nodes
      arm64: dts: allwinner: h6: Add DMA node

Luca Weiss (2):
      dt-bindings: input: sun4i-lradc-keys: Add A64 compatible
      arm64: dts: allwinner: a64: Add lradc node


 Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt     |  1 +-
 Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt         |  1 +-
 arch/arm64/boot/dts/allwinner/axp803.dtsi                        |  6 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-amarula-relic.dts       | 25 ++++-
 arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts        |  7 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-nanopi-a64.dts          |  6 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-oceanic-5205-5inmfd.dts | 23 +++++-
 arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts        | 23 +++++-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts              |  2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts             | 44 ++++++++-
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi                    | 22 +++++-
 arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts             | 10 ++-
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi                     | 28 ++++++-
 13 files changed, 184 insertions(+), 14 deletions(-)

Comments

Olof Johansson June 25, 2019, 11:41 a.m. UTC | #1
On Fri, Jun 21, 2019 at 10:08:27AM +0200, Maxime Ripard wrote:
> Hi,
> 
> Please pull the following changes for the next release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-dt64-for-5.3-201906210808
> 
> for you to fetch changes up to 9164665a390a2a42e9f56094eeec8c4a52748723:
> 
>   arm64: dts: allwinner: h6: Add DMA node (2019-06-12 15:25:59 +0200)
> 
> ----------------------------------------------------------------
> Our usual bunch of arm64 DT changes, this time with:
>   - Some fixes for the DT schemas that were added during this release
>   - Wifi support for the H6
>   - LRADC suppport for the A64
>   - Some background work on A64 boards, to enable various devices such
>     as touchscreens, PMIC, audio, wifi, etc.

Merged, thanks!


-Olof