mbox series

[GIT,PULL] Allwinner H3/H5 DT changes for 5.2

Message ID 20190419115342.gghklvpdnwutfx5n@flea
State New
Headers show
Series [GIT,PULL] Allwinner H3/H5 DT changes for 5.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-h3-h5-for-5.2

Message

Maxime Ripard April 19, 2019, 11:53 a.m. UTC
Hi Arnd, Olof,

Please pull the following changes for the next merge window.

Thanks!
Maxime

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-h3-h5-for-5.2

for you to fetch changes up to 7aaee3d11689aee0f23f7bf4f6d7b4015bcdb467:

  ARM: dts: sun8i: mapleboard: Remove cd-inverted (2019-04-17 16:57:48 +0200)

----------------------------------------------------------------
Allwinner H3/H5 changes for 5.2

Our usual bunch of changes shared between arm and arm64, the most notable
one being:
  - Fix of improper usage of DT bindings, thanks to the DT validation
  - Add the SID for the H3 and H5
  - New board: RerVision H3-DVK

----------------------------------------------------------------
Andreas Kemnade (1):
      ARM: dts: sun8i: h3: bluetooth for Banana Pi M2 Zero board

Chen-Yu Tsai (1):
      ARM: dts: sunxi: h3/h5: Add device node for SID

Maxime Ripard (5):
      ARM: dts: sunxi: h3/h5: Remove stale pinctrl-names entry
      ARM: dts: sun8i: h3: Refactor the pinctrl node names
      ARM: dts: sun8i: h3: Add default dr_mode
      ARM: dts: sunxi: h3/h5: Remove useless phy-names from EHCI and OHCI
      ARM: dts: sun8i: mapleboard: Remove cd-inverted

Paul Kocialkowski (1):
      ARM: dts: sun8i-h3: Add support for the RerVision H3-DVK board

 arch/arm/boot/dts/Makefile                         |   1 +
 .../boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts    |  20 +++-
 arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts  |   2 +-
 arch/arm/boot/dts/sun8i-h3-beelink-x2.dts          |   6 +-
 arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts    |   7 +-
 arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts      |   3 +-
 arch/arm/boot/dts/sun8i-h3-nanopi-m1.dts           |   2 +-
 arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts      |   2 +-
 arch/arm/boot/dts/sun8i-h3-nanopi.dtsi             |   2 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-2.dts          |   4 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts       |   4 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-one.dts        |   2 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts         |   4 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-zero-plus2.dts |   3 +-
 arch/arm/boot/dts/sun8i-h3-rervision-dvk.dts       | 114 +++++++++++++++++++++
 arch/arm/boot/dts/sun8i-h3.dtsi                    |   4 +
 arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi      |   7 +-
 arch/arm/boot/dts/sunxi-h3-h5.dtsi                 |  50 ++++-----
 arch/arm/boot/dts/sunxi-libretech-all-h3-cc.dtsi   |   4 +-
 .../sun50i-h5-emlid-neutis-n5-devboard.dts         |   3 +-
 .../dts/allwinner/sun50i-h5-emlid-neutis-n5.dtsi   |   1 -
 .../dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts   |   5 +-
 .../boot/dts/allwinner/sun50i-h5-nanopi-neo2.dts   |   2 +-
 .../boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts  |   4 +-
 .../dts/allwinner/sun50i-h5-orangepi-prime.dts     |   4 +-
 .../dts/allwinner/sun50i-h5-orangepi-zero-plus.dts |   2 +-
 .../allwinner/sun50i-h5-orangepi-zero-plus2.dts    |   3 +-
 arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi       |   4 +
 28 files changed, 196 insertions(+), 73 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun8i-h3-rervision-dvk.dts

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

Comments

Olof Johansson April 28, 2019, 7:42 p.m. UTC | #1
On Fri, Apr 19, 2019 at 01:53:42PM +0200, Maxime Ripard wrote:
> Hi Arnd, Olof,
> 
> Please pull the following changes for the next merge window.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-h3-h5-for-5.2
> 
> for you to fetch changes up to 7aaee3d11689aee0f23f7bf4f6d7b4015bcdb467:
> 
>   ARM: dts: sun8i: mapleboard: Remove cd-inverted (2019-04-17 16:57:48 +0200)
> 
> ----------------------------------------------------------------
> Allwinner H3/H5 changes for 5.2
> 
> Our usual bunch of changes shared between arm and arm64, the most notable
> one being:
>   - Fix of improper usage of DT bindings, thanks to the DT validation
>   - Add the SID for the H3 and H5
>   - New board: RerVision H3-DVK

Merged, thanks!


-Olof