mbox series

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

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

Pull-request

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

Message

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

Please pull the following PR for the next merge window.

Thanks!
Maxime

The following changes since commit 55533921301e83162584f87fe571545056d03e09:

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

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-2

for you to fetch changes up to 185401e1dd1656f8a1dff42bb2e4863493fd51f0:

  ARM: dts: sun8i: a83t: Enable PMIC power supplies on various boards (2019-02-07 16:51:13 +0100)

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

Our usual bunch of DT changes for the Allwinner arm SoCs:
  - LCD support for the Q8 A13 tablets
  - GMAC support for the A80
  - PMIC power supplies for the A83t

----------------------------------------------------------------
Chen-Yu Tsai (14):
      ARM: dts: sun5i: Add backlight GPIO for reference design tablet
      ARM: dts: sun5i: q8-tablet: Move panel properties to correct node level
      ARM: dts: sun5i: q8-tablet: Add LCD Panel enable GPIO
      ARM: dts: sun5i: q8-tablet: Add LCD Panel power supply
      ARM: dts: sun5i: q8-tablet: Use bananapi,s070wv20-ct16 panel compatible
      ARM: dts: sun9i: a80-optimus: Add node for AXP809's unused dc1sw regulator
      ARM: dts: sun9i: a80-optimus: Add GPIO pin-bank regulator supplies
      ARM: dts: sun9i: cubieboard4: Add GPIO pin-bank regulator supplies
      ARM: dts: sun9i: Add GMAC clock node
      ARM: dts: sun9i: Add A80 GMAC gigabit ethernet controller node
      ARM: dts: sun9i: Add A80 GMAC RGMII pinmux setting
      ARM: dts: sun9i: a80-optimus: Enable GMAC
      ARM: dts: sun9i: cubieboard4: Enable GMAC
      ARM: dts: sun8i: a83t: Enable PMIC power supplies on various boards

 arch/arm/boot/dts/sun5i-a13-q8-tablet.dts          |  7 ++-
 .../boot/dts/sun5i-reference-design-tablet.dtsi    |  2 +-
 .../boot/dts/sun8i-a83t-allwinner-h8homlet-v2.dts  |  4 ++
 arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts       |  8 +++
 arch/arm/boot/dts/sun8i-a83t-cubietruck-plus.dts   |  8 +++
 arch/arm/boot/dts/sun9i-a80-cubieboard4.dts        | 44 ++++++++++++++-
 arch/arm/boot/dts/sun9i-a80-optimus.dts            | 44 ++++++++++++++-
 arch/arm/boot/dts/sun9i-a80.dtsi                   | 65 ++++++++++++++++++++++
 8 files changed, 172 insertions(+), 10 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 2:42 p.m. UTC | #1
On Fri, Feb 8, 2019 at 11:31 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
> Allwinner DT changes for 5.1, take 2
>
> Our usual bunch of DT changes for the Allwinner arm SoCs:
>   - LCD support for the Q8 A13 tablets
>   - GMAC support for the A80
>   - PMIC power supplies for the A83t


Pulled into arm/dt, thanks!

     Arnd