mbox series

[GIT,PULL] Allwinner Device Tree Changes for 5.5, take 2

Message ID 58ad00a8-9579-4811-969a-a74e331ee9a2.lettre@localhost (mailing list archive)
State Mainlined
Commit ea21768a8a46cd1e2085d34fedfcda29eda7ceff
Headers show
Series [GIT,PULL] Allwinner Device Tree Changes for 5.5, take 2 | expand

Pull-request

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

Message

Maxime Ripard Nov. 6, 2019, 12:18 p.m. UTC
Hi,

Please pull the following changes for the next release. They are a few
late patches that enable new features that got merged through separate
trees, so it shouldn't be very controversial.

Thanks!
Maxime

The following changes since commit d79ccef07b36cf9e0bf57b24a7c580d1e5f4fc39:

  dt-bindings: arm: sunxi: add FriendlyARM NanoPi Duo2 (2019-11-02 16:42:35 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 74ab6d9d7dce554a2b1265b06f2ceb4087406b6c:

  arm64: dts: allwinner: h6: Remove useless reset name (2019-11-05 13:12:12 +0100)

----------------------------------------------------------------
A few more DT patches for 5.5, mostly:
  - USB3 support for the H6
  - Deinterlacer support for the H3
  - eDP Bridge support on the Teres-I
  - More DT cleanups thanks to the validation
----------------------------------------------------------------
Icenowy Zheng (1):
      arm64: dts: allwinner: h6: add USB3 device nodes

Jernej Skrabec (3):
      dt-bindings: bus: sunxi: Add H3 MBUS compatible
      ARM: dts: sunxi: h3/h5: Add MBUS controller node
      dts: arm: sun8i: h3: Enable deinterlace unit

Maxime Ripard (2):
      ARM: dts: sun6i: Remove useless reset-names
      arm64: dts: allwinner: h6: Remove useless reset name

Ondrej Jirman (1):
      arm64: dts: allwinner: orange-pi-3: Enable USB 3.0 host support

Torsten Duwe (2):
      arm64: dts: allwinner: a64: enable ANX6345 bridge on Teres-I
      dt-bindings: Add ANX6345 DP/eDP transmitter binding


 Documentation/devicetree/bindings/arm/sunxi/sunxi-mbus.txt    |   1 +-
 Documentation/devicetree/bindings/display/bridge/anx6345.yaml | 102 +++++++++++-
 arch/arm/boot/dts/sun6i-a31.dtsi                              |   1 +-
 arch/arm/boot/dts/sun8i-h3.dtsi                               |  13 +-
 arch/arm/boot/dts/sunxi-h3-h5.dtsi                            |   9 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts          |  45 ++++-
 arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts        |   8 +-
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi                  |  33 +++-
 8 files changed, 206 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/anx6345.yaml