All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <mripard@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: Maxime Ripard <mripard@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@siol.net>
Subject: [GIT PULL] Allwinner Device Tree Changes for 5.17
Date: Fri, 17 Dec 2021 10:36:25 +0100	[thread overview]
Message-ID: <ef385139-6fd4-42d2-9bfe-a4dda7ac76c9.lettre@localhost> (raw)

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

Hi,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

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.17-1

for you to fetch changes up to 0baddea60e8d536fd240008882128fc32eda74d6:

  arm64: dts: allwinner: h6: Add Hantro G2 node (2021-12-16 08:47:17 +0100)

----------------------------------------------------------------
Our usual round of DT patches for the 5.17 merge window, with:
  - Introduction of the chassis-type property
  - I2C, SPDIF support for the Tanix TX6
  - Memory frequency scaling for the A64 and H5
  - Hantro G2 support for the H6
  - New Board: Tanix TX6 Mini

----------------------------------------------------------------
Arnaud Ferraris (1):
      arm64: dts: allwinner: add 'chassis-type' property

Jernej Skrabec (13):
      arm64: dts: allwinner: h6: tanix-tx6: Add SPDIF
      arm64: dts: allwinner: h6: tanix-tx6: Add I2C node
      ARM: dts: sun8i: h3: beelink-x2: Sort nodes
      arm64: dts: allwinner: a64: Add CEC clock to HDMI
      ARM: dts: sunxi: Add CEC clock to DW-HDMI
      ARM: dts: sun8i: h3: beelink-x2: Add GPIO CEC node
      ARM: dts: sun8i: Adjust power key nodes
      arm64: dts: allwinner: h6: tanix-tx6: Split to DT and DTSI
      dt-bindings: arm: sunxi: Add Tanix TX6 mini
      arm64: dts: allwinner: h6: Add Tanix TX6 mini dts
      arm64: dts: allwinner: h6: tanix: Add MMC1 node
      arm64: dts: allwinner: h6: tanix-tx6: Enable bluetooth
      arm64: dts: allwinner: h6: Add Hantro G2 node

Maxime Ripard (1):
      dt-bindings: crypto: Add optional dma properties

Samuel Holland (5):
      dt-bindings: clock: sunxi: Export CLK_DRAM for devfreq
      dt-bindings: arm: sunxi: Expand MBUS binding
      dt-bindings: arm: sunxi: Add H5 MBUS compatible
      ARM: dts: sunxi: h3/h5: Update MBUS node
      arm64: dts: allwinner: a64: Update MBUS node


 Documentation/devicetree/bindings/arm/sunxi.yaml                          |   5 ++-
 Documentation/devicetree/bindings/arm/sunxi/allwinner,sun4i-a10-mbus.yaml |  91 +++++++++++++++++++++++++++++++++++++--
 Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml  |  10 ++++-
 arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts                      |   3 +-
 arch/arm/boot/dts/sun8i-h3-beelink-x2.dts                                 |  34 ++++++++------
 arch/arm/boot/dts/sun8i-h3-nanopi.dtsi                                    |   1 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-2.dts                                 |   3 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts                                |   3 +-
 arch/arm/boot/dts/sun8i-h3.dtsi                                           |   4 ++-
 arch/arm/boot/dts/sun8i-r40.dtsi                                          |   4 +-
 arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi                             |   3 +-
 arch/arm/boot/dts/sunxi-h3-h5.dtsi                                        |  15 ++++--
 arch/arm/boot/dts/sunxi-libretech-all-h3-cc.dtsi                          |   1 +-
 arch/arm64/boot/dts/allwinner/Makefile                                    |   1 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts                     |   1 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi                   |   2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts                      |   1 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts                      |   1 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi                             |  14 ++++--
 arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi                              |   4 ++-
 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6-mini.dts                |  15 ++++++-
 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts                     | 138 ++++------------------------------------------------------
 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix.dtsi                        | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi                              |   9 ++++-
 drivers/clk/sunxi-ng/ccu-sun50i-a64.h                                     |   2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-h3.h                                       |   2 +-
 include/dt-bindings/clock/sun50i-a64-ccu.h                                |   2 +-
 include/dt-bindings/clock/sun8i-h3-ccu.h                                  |   2 +-
 28 files changed, 394 insertions(+), 166 deletions(-)
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6-mini.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix.dtsi



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

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <mripard@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: Maxime Ripard <mripard@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@siol.net>
Subject: [GIT PULL] Allwinner Device Tree Changes for 5.17
Date: Fri, 17 Dec 2021 10:36:25 +0100	[thread overview]
Message-ID: <ef385139-6fd4-42d2-9bfe-a4dda7ac76c9.lettre@localhost> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4816 bytes --]

Hi,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

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.17-1

for you to fetch changes up to 0baddea60e8d536fd240008882128fc32eda74d6:

  arm64: dts: allwinner: h6: Add Hantro G2 node (2021-12-16 08:47:17 +0100)

----------------------------------------------------------------
Our usual round of DT patches for the 5.17 merge window, with:
  - Introduction of the chassis-type property
  - I2C, SPDIF support for the Tanix TX6
  - Memory frequency scaling for the A64 and H5
  - Hantro G2 support for the H6
  - New Board: Tanix TX6 Mini

----------------------------------------------------------------
Arnaud Ferraris (1):
      arm64: dts: allwinner: add 'chassis-type' property

Jernej Skrabec (13):
      arm64: dts: allwinner: h6: tanix-tx6: Add SPDIF
      arm64: dts: allwinner: h6: tanix-tx6: Add I2C node
      ARM: dts: sun8i: h3: beelink-x2: Sort nodes
      arm64: dts: allwinner: a64: Add CEC clock to HDMI
      ARM: dts: sunxi: Add CEC clock to DW-HDMI
      ARM: dts: sun8i: h3: beelink-x2: Add GPIO CEC node
      ARM: dts: sun8i: Adjust power key nodes
      arm64: dts: allwinner: h6: tanix-tx6: Split to DT and DTSI
      dt-bindings: arm: sunxi: Add Tanix TX6 mini
      arm64: dts: allwinner: h6: Add Tanix TX6 mini dts
      arm64: dts: allwinner: h6: tanix: Add MMC1 node
      arm64: dts: allwinner: h6: tanix-tx6: Enable bluetooth
      arm64: dts: allwinner: h6: Add Hantro G2 node

Maxime Ripard (1):
      dt-bindings: crypto: Add optional dma properties

Samuel Holland (5):
      dt-bindings: clock: sunxi: Export CLK_DRAM for devfreq
      dt-bindings: arm: sunxi: Expand MBUS binding
      dt-bindings: arm: sunxi: Add H5 MBUS compatible
      ARM: dts: sunxi: h3/h5: Update MBUS node
      arm64: dts: allwinner: a64: Update MBUS node


 Documentation/devicetree/bindings/arm/sunxi.yaml                          |   5 ++-
 Documentation/devicetree/bindings/arm/sunxi/allwinner,sun4i-a10-mbus.yaml |  91 +++++++++++++++++++++++++++++++++++++--
 Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml  |  10 ++++-
 arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts                      |   3 +-
 arch/arm/boot/dts/sun8i-h3-beelink-x2.dts                                 |  34 ++++++++------
 arch/arm/boot/dts/sun8i-h3-nanopi.dtsi                                    |   1 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-2.dts                                 |   3 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts                                |   3 +-
 arch/arm/boot/dts/sun8i-h3.dtsi                                           |   4 ++-
 arch/arm/boot/dts/sun8i-r40.dtsi                                          |   4 +-
 arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi                             |   3 +-
 arch/arm/boot/dts/sunxi-h3-h5.dtsi                                        |  15 ++++--
 arch/arm/boot/dts/sunxi-libretech-all-h3-cc.dtsi                          |   1 +-
 arch/arm64/boot/dts/allwinner/Makefile                                    |   1 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts                     |   1 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi                   |   2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts                      |   1 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts                      |   1 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi                             |  14 ++++--
 arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi                              |   4 ++-
 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6-mini.dts                |  15 ++++++-
 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts                     | 138 ++++------------------------------------------------------
 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix.dtsi                        | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi                              |   9 ++++-
 drivers/clk/sunxi-ng/ccu-sun50i-a64.h                                     |   2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-h3.h                                       |   2 +-
 include/dt-bindings/clock/sun50i-a64-ccu.h                                |   2 +-
 include/dt-bindings/clock/sun8i-h3-ccu.h                                  |   2 +-
 28 files changed, 394 insertions(+), 166 deletions(-)
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6-mini.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix.dtsi



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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-12-17  9:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17  9:36 Maxime Ripard [this message]
2021-12-17  9:36 ` [GIT PULL] Allwinner Device Tree Changes for 5.17 Maxime Ripard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ef385139-6fd4-42d2-9bfe-a4dda7ac76c9.lettre@localhost \
    --to=mripard@kernel.org \
    --cc=arm@kernel.org \
    --cc=jernej.skrabec@siol.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=soc@kernel.org \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.