soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Allwinner Device Tree Changes for 5.11
@ 2020-11-28 11:28 Maxime Ripard
  2020-11-28 11:28 ` Maxime Ripard
  2020-12-08 23:09 ` Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Maxime Ripard @ 2020-11-28 11:28 UTC (permalink / raw)
  To: arm, soc; +Cc: Maxime Ripard, linux-arm-kernel, Chen-Yu Tsai, Jernej Skrabec

[-- Attachment #1: Type: text/plain, Size: 3938 bytes --]

Hi Arnd, Olof,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

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.11

for you to fetch changes up to 036b7334ee6dc10115fbaebd8b04c9e4a17eccb2:

  ARM: dts: sun8i-h2-plus-bananapi-m2-zero: add gpio-line-names (2020-11-24 15:24:59 +0100)

----------------------------------------------------------------
Our usual bunch of patches to support the Allwinner SoCs, this time
adding:
  - Some nice pinephone additions
  - I2S support for the A64, H3, H5 and H6
  - New boards: Elimo Impetus, Elimo Initium, FriendlyArm ZeroPi, NanoPi R1

----------------------------------------------------------------
Jernej Skrabec (2):
      arm64: dts: allwinner: h6: PineH64 model B: Add wifi
      arm64: dts: allwinner: h6: Add I2S1 node

Luca Weiss (1):
      arm64: dts: allwinner: pinephone: Add LED flash

Marcus Cooper (2):
      arm64: dts: allwinner: a64: Add I2S2 node
      arm: dts: sunxi: h3/h5: Add I2S2 node

Matteo Scordino (5):
      dt-bindings: vendors: add Elimo Engineering vendor prefix
      ARM: dts: sun8i: V3/S3: Add UART1 pin definitions to the V3/S3 dtsi
      ARM: dts: sun8i: s3: Add dtsi for the Elimo Impetus SoM
      dt-bindings: arm: sunxi: add Elimo bindings
      ARM: dts: sun8i: s3: Add dts for the Elimo Initium SBC

Michael Klein (1):
      ARM: dts: sun8i-h2-plus-bananapi-m2-zero: add gpio-line-names

Ondrej Jirman (3):
      arm64: dts: allwinner: pinephone: Add light/proximity sensor
      arm64: dts: allwinner: pinephone: Add WiFi support
      arm64: dts: allwinner: pinephone: Add Bluetooth support

Paul Kocialkowski (1):
      ARM: dts: sun8i-v3s: Add I2C1 PB pins description

Samuel Holland (3):
      arm64: dts: allwinner: pinephone: Remove AC power supply
      arm64: dts: allwinner: pinephone: Set ALDO3 to exactly 3v0
      arm64: dts: allwinner: pinephone: Use generic sensor node names

Serge Semin (1):
      arm64: dts: allwinner: h6: Harmonize DWC USB3 DT nodes name

Yu-Tung Chang (2):
      ARM: dts: sun8i: add FriendlyArm ZeroPi support
      ARM: dts: sun8i: h3: Add initial NanoPi R1 support


 Documentation/devicetree/bindings/arm/sunxi.yaml             |  23 ++-
 Documentation/devicetree/bindings/vendor-prefixes.yaml       |   2 +-
 arch/arm/boot/dts/Makefile                                   |   3 +-
 arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts         |  64 +++++-
 arch/arm/boot/dts/sun8i-h3-nanopi-r1.dts                     | 169 ++++++++++++-
 arch/arm/boot/dts/sun8i-h3-zeropi.dts                        |  85 ++++++-
 arch/arm/boot/dts/sun8i-s3-elimo-impetus.dtsi                |  44 +++-
 arch/arm/boot/dts/sun8i-s3-elimo-initium.dts                 |  29 ++-
 arch/arm/boot/dts/sun8i-v3.dtsi                              |   5 +-
 arch/arm/boot/dts/sun8i-v3s.dtsi                             |   6 +-
 arch/arm/boot/dts/sunxi-h3-h5.dtsi                           |  13 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.0.dts   |   5 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.1.dts   |   5 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.2.dts   |  14 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi      |  68 ++++-
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi                |  14 +-
 arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts |  15 +-
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi                 |  15 +-
 18 files changed, 570 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun8i-h3-nanopi-r1.dts
 create mode 100644 arch/arm/boot/dts/sun8i-h3-zeropi.dts
 create mode 100644 arch/arm/boot/dts/sun8i-s3-elimo-impetus.dtsi
 create mode 100644 arch/arm/boot/dts/sun8i-s3-elimo-initium.dts



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-08 23:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-28 11:28 [GIT PULL] Allwinner Device Tree Changes for 5.11 Maxime Ripard
2020-11-28 11:28 ` Maxime Ripard
2020-12-08 23:09 ` Arnd Bergmann
2020-12-08 23:09   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).