mbox series

[GIT,PULL] Allwinner arm64 DT changes for 5.1, take 2

Message ID 20190208102933.3op53lsvppizl6b4@flea
State New
Headers show
Series [GIT,PULL] Allwinner arm64 DT changes for 5.1, take 2 | expand

Pull-request

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

Message

Maxime Ripard Feb. 8, 2019, 10:29 a.m. UTC
Hi Arnd, Kevin, Olof,

Please pull the following PR for the next merge window.

Thanks!
Maxime

The following changes since commit 55ec26d6a4241363fa94f15377ebd8f1116fbfd7:

  arm64: dts: allwinner: a64: Enable A64 timer workaround (2019-01-24 18:23:26 +0800)

are available in the Git repository at:

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

for you to fetch changes up to a24270afa7f7ba800567a03ea9d34f500738e4c8:

  arm64: dts: allwinner: a64: Enable PMIC power supplies on various boards (2019-02-06 13:19:13 +0100)

----------------------------------------------------------------
Allwinner arm64 DT changes for 5.1, take 2

Our usual round of DT changes for the arm64 Allwinner SoCs:
  - Enabling of the various power supplies on most a64 boards
  - H6 SRAM controller support
  - A64 CSI support

----------------------------------------------------------------
Chen-Yu Tsai (2):
      arm64: dts: allwinner: h6: Move GIC device node fix base address ordering
      arm64: dts: allwinner: a64: Enable PMIC power supplies on various boards

Harald Geyer (1):
      arm64: dts: allwinner: a64: teres-i: enable power supplies

Jagan Teki (1):
      arm64: dts: allwinner: a64: Add A64 CSI controller

Jernej Skrabec (2):
      dt-bindings: sram: sunxi: Add compatible for the H6 SRAM C1
      arm64: dts: allwinner: h6: Add support for the SRAM C1 section

 .../devicetree/bindings/sram/sunxi-sram.txt        |  1 +
 .../boot/dts/allwinner/sun50i-a64-bananapi-m64.dts |  8 +++++
 .../boot/dts/allwinner/sun50i-a64-nanopi-a64.dts   |  4 +++
 .../boot/dts/allwinner/sun50i-a64-olinuxino.dts    |  8 +++++
 .../boot/dts/allwinner/sun50i-a64-orangepi-win.dts |  8 +++++
 .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts |  8 +++++
 .../boot/dts/allwinner/sun50i-a64-teres-i.dts      |  8 +++++
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      | 20 ++++++++++++
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi       | 36 +++++++++++++++-------
 9 files changed, 90 insertions(+), 11 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 2:41 p.m. UTC | #1
On Fri, Feb 8, 2019 at 11:29 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
> Allwinner arm64 DT changes for 5.1, take 2
>
> Our usual round of DT changes for the arm64 Allwinner SoCs:
>   - Enabling of the various power supplies on most a64 boards
>   - H6 SRAM controller support
>   - A64 CSI support


Pulled into arm/dt, thanks!

       Arnd