public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Maxime Ripard <mripard@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: Chen-Yu Tsai <wens@csie.org>,
	linux-arm-kernel@lists.infradead.org,
	Maxime Ripard <mripard@kernel.org>
Subject: [GIT PULL] Allwinner Device Tree Changes for 5.9
Date: Mon, 20 Jul 2020 16:09:15 +0200	[thread overview]
Message-ID: <fa48ffcb-3404-41bb-b065-a16717cf5688.lettre@localhost> (raw)


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

Hi,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -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.9-1

for you to fetch changes up to bc6b31c53ce895977841598721f8daeabc070ced:

  arm64: dts: allwinner: h5: bananapi-m2-plus-v1.2: Tie in CPU OPPs (2020-07-20 15:32:04 +0200)

----------------------------------------------------------------
Our usual number of patches to improve the Allwinner Device Tree
support, including:
  - CPUFreq / Thermal throttling support for the H5
  - Touchscreen support for the Pinephone
  - New boards: PinePhone v1.2
-----BEGIN PGP SIGNATURE-----

iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXxWlZAAKCRDj7w1vZxhR
xft/AQCaR2CkyOVyK32yPUX0ZF2nS+LYzalJIUpOuLhy37GQVwEA+vlQTa7fKdtW
4IX58peBkRD8FwTszrwR/tImDPd8Rwg=
=z8pA
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Chen-Yu Tsai (8):
      ARM: dts: sunxi: libretech-all-h3-cc: Add regulator supply to all CPU cores
      ARM: dts: sunxi: bananapi-m2-plus-v1.2: Add regulator supply to all CPU cores
      ARM: dts: sunxi: bananapi-m2-plus-v1.2: Fix CPU supply voltages
      arm64: dts: allwinner: h5: Add clock to CPU cores
      arm64: dts: allwinner: h5: Add trip and cooling maps to CPU thermal zones
      arm64: dts: allwinner: h5: Add CPU Operating Performance Points table
      arm64: dts: allwinner: h5: libretech-all-h3-cc: Tie in CPU OPPs
      arm64: dts: allwinner: h5: bananapi-m2-plus-v1.2: Tie in CPU OPPs

Diego Rondini (2):
      ARM: dts: orange-pi-zero-plus2: enable USB OTG port
      ARM: dts: orange-pi-zero-plus2: add leds configuration

Icenowy Zheng (1):
      arm64: dts: sun50i-a64-pinephone: Enable LCD support on PinePhone

Ondrej Jirman (4):
      arm64: dts: sun50i-a64-pinephone: Add touchscreen support
      dt-bindings: arm: sunxi: Add PinePhone 1.2 bindings
      arm64: dts: allwinner: Add support for PinePhone revision 1.2
      arm64: dts: sun50i-pinephone: dldo4 must not be >= 1.8V


 Documentation/devicetree/bindings/arm/sunxi.yaml                  |  5 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-zero-plus2.dts                | 38 ++++-
 arch/arm/boot/dts/sunxi-bananapi-m2-plus-v1.2.dtsi                | 18 +-
 arch/arm/boot/dts/sunxi-libretech-all-h3-cc.dtsi                  | 12 +-
 arch/arm64/boot/dts/allwinner/Makefile                            |  1 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.1.dts        | 19 ++-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.2.dts        | 40 ++++-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi           | 54 ++++-
 arch/arm64/boot/dts/allwinner/sun50i-h5-bananapi-m2-plus-v1.2.dts |  1 +-
 arch/arm64/boot/dts/allwinner/sun50i-h5-cpu-opp.dtsi              | 79 ++++++++-
 arch/arm64/boot/dts/allwinner/sun50i-h5-libretech-all-h3-cc.dts   |  1 +-
 arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-zero-plus2.dts   | 38 ++++-
 arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi                      | 38 ++++-
 13 files changed, 339 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.2.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h5-cpu-opp.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:[~2020-07-20 14:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=fa48ffcb-3404-41bb-b065-a16717cf5688.lettre@localhost \
    --to=mripard@kernel.org \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox