mbox series

[GIT,PULL,2/3] Allwinner DT Changes for v5.1

Message ID 20190128022748.GA4728@wens.csie.org
State New
Headers show
Series Allwinner Changes - Round 1 | expand

Pull-request

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

Message

Chen-Yu Tsai Jan. 28, 2019, 2:27 a.m. UTC
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 55533921301e83162584f87fe571545056d03e09:

  ARM: dts: sun8i-a23-q8: Set compatible string for LCD panel (2019-01-25 10:43:20 +0100)

----------------------------------------------------------------
Allwinner DT changes for 5.1

As usual, this is a random assortment of changes:

  - ARM PMU is enabled on the A10
  - The first usage of the PIO pinbank regulator supplies added,
    for the Bananapi
  - Broadcom-based Bluetooth enabled on the Bananapi M2 Magic and M2
    Ultra, using the serdev bindings
  - Video codec added for the A10
  - Display pipeline for the A23 added and enabled for the generic Q8
    tablets

----------------------------------------------------------------
Chen-Yu Tsai (10):
      ARM: dts: sun8i: r40: Add pinmux settings for UART3 on PG pingroup
      ARM: dts: sun8i: r40: Add pinmux setting for CLK_OUT_A
      ARM: dts: sun8i: r40: bananapi-m2-ultra: Fix WiFi regulator definitions
      ARM: dts: sun8i: r40: bananapi-m2-ultra: Add Bluetooth device node
      ARM: dts: sunxi: bananapi-m2-plus: Add Bluetooth device node
      ARM: dts: sun8i-a23-a33: Move NAND controller device node to sort by address
      ARM: dts: sun8i-a33: Move display pipeline nodes to a23/a33 common dtsi
      ARM: dts: sun8i-a23: Add compatible strings to display pipeline device nodes
      ARM: dts: sun8i-q8-common: Enable display pipeline with RGB LCD panel
      ARM: dts: sun8i-a23-q8: Set compatible string for LCD panel

Harald Geyer (1):
      ARM: dts: sun4i-a10: Add PMU node

Maxime Ripard (1):
      ARM: dts: sun7i: bananapi: Add GPIO banks regulators

Paul Kocialkowski (2):
      ARM: dts: sun4i: Add support for the C1 SRAM region with the SRAM controller
      ARM: dts: sun4i-a10: Add Video Engine and reserved memory nodes

 arch/arm/boot/dts/sun4i-a10.dtsi                  |  44 +++++
 arch/arm/boot/dts/sun7i-a20-bananapi.dts          |   5 +
 arch/arm/boot/dts/sun8i-a23-a33.dtsi              | 175 +++++++++++++++++--
 arch/arm/boot/dts/sun8i-a23-q8-tablet.dts         |   4 +
 arch/arm/boot/dts/sun8i-a23.dtsi                  |  20 +++
 arch/arm/boot/dts/sun8i-a33.dtsi                  | 194 +++++-----------------
 arch/arm/boot/dts/sun8i-q8-common.dtsi            |  37 +++++
 arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts |  41 +++++
 arch/arm/boot/dts/sun8i-r40.dtsi                  |  15 ++
 arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi     |  16 +-
 10 files changed, 379 insertions(+), 172 deletions(-)

Comments

Arnd Bergmann Jan. 30, 2019, 4:56 p.m. UTC | #1
On Mon, Jan 28, 2019 at 3:27 AM Chen-Yu Tsai <wens@csie.org> wrote:
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-5.1
>
> for you to fetch changes up to 55533921301e83162584f87fe571545056d03e09:
>
>   ARM: dts: sun8i-a23-q8: Set compatible string for LCD panel (2019-01-25 10:43:20 +0100)
>
> ----------------------------------------------------------------
> Allwinner DT changes for 5.1
>
> As usual, this is a random assortment of changes:
>
>   - ARM PMU is enabled on the A10
>   - The first usage of the PIO pinbank regulator supplies added,
>     for the Bananapi
>   - Broadcom-based Bluetooth enabled on the Bananapi M2 Magic and M2
>     Ultra, using the serdev bindings
>   - Video codec added for the A10
>   - Display pipeline for the A23 added and enabled for the generic Q8
>     tablets

Pulled into arm/dt, thanks!

      Arnd