mbox

[GIT,PULL,3/3] Allwinner dts64 changes for 4.14

Message ID 20170807034307.5gw5ircl6eexsbfq@wens.csie.org
State New
Headers show

Pull-request

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

Message

Chen-Yu Tsai Aug. 7, 2017, 3:43 a.m. UTC
Hi Arnd, Olof,

We still have a couple of dts64 patches in our tree that are not
included in this pull request. These add missing aliases for the
Ethernet controllers we enabled in 4.13-rc1. So we are aiming to
rework them as fixes for 4.13. Otherwise this is just a fairly
routine set of patches enabling the PMIC.

Thanks
ChenYu


The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to 78c3cbc80fec105d12a0f9aabe628090ae9c1749:

  arm64: allwinner: a64: add AXP803 PMIC support to SoPine and the baseboard (2017-07-24 09:56:00 +0200)

----------------------------------------------------------------
Allwinner arm64 DT changes for 4.14

The usual improvement patches:

  - R_INTC interrupt controller enabled for the A64 SoC

  - AXP803 PMIC added and enabled on the Pine64 and SoPine boards

----------------------------------------------------------------
Icenowy Zheng (5):
      arm64: allwinner: a64: add NMI (R_INTC) controller on A64
      arm64: allwinner: a64: add AXP803 node to Pine64 device tree
      arm64: allwinner: a64: add DTSI file for AXP803 PMIC
      arm64: allwinner: a64: enable AXP803 regulators for Pine64
      arm64: allwinner: a64: add AXP803 PMIC support to SoPine and the baseboard

 arch/arm64/boot/dts/allwinner/axp803.dtsi          | 150 +++++++++++++++++++++
 .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 113 ++++++++++++++++
 .../dts/allwinner/sun50i-a64-sopine-baseboard.dts  |  23 ++++
 .../boot/dts/allwinner/sun50i-a64-sopine.dtsi      |  86 ++++++++++++
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      |   9 ++
 5 files changed, 381 insertions(+)
 create mode 100644 arch/arm64/boot/dts/allwinner/axp803.dtsi

Comments

Arnd Bergmann Aug. 16, 2017, 9:43 p.m. UTC | #1
On Mon, Aug 7, 2017 at 5:43 AM, Chen-Yu Tsai <wens@csie.org> wrote:
> Hi Arnd, Olof,
>
> We still have a couple of dts64 patches in our tree that are not
> included in this pull request. These add missing aliases for the
> Ethernet controllers we enabled in 4.13-rc1. So we are aiming to
> rework them as fixes for 4.13. Otherwise this is just a fairly
> routine set of patches enabling the PMIC.

Ok.

> Allwinner arm64 DT changes for 4.14
>
> The usual improvement patches:
>
>   - R_INTC interrupt controller enabled for the A64 SoC
>
>   - AXP803 PMIC added and enabled on the Pine64 and SoPine boards

Pulled into next/dt64, thanks!

       Arnd