mbox series

[GIT,PULL] Amlogic fixes for v5.10-rc

Message ID 7hlffshfu3.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] Amlogic fixes for v5.10-rc | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-fixes

Message

Kevin Hilman Oct. 26, 2020, 8:50 p.m. UTC
Arnd, Olof,

Here's a few fixes for v5.10-rc.

This also includes the 2nd round of 64-bit DT changes submitted for the
v5.10 merge window as discussed here:
https://lore.kernel.org/linux-amlogic/7ho8lkl9fw.fsf@baylibre.com/

Please pull,

Kevin


The following changes since commit 63fafc5a046b1e21756de691b48f0c70c25e1426:

  arm64: dts: meson: initial support for aml-s905x-cc v2 (2020-09-18 13:35:27 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-fixes

for you to fetch changes up to f7d933388f11f66e5af9e5663a17f26523fddd07:

  arm64: dts: meson: odroid-n2 plus: fix vddcpu_a pwm (2020-10-23 11:12:54 -0700)

----------------------------------------------------------------
Amlogic fixes for v5.10-rc1
- misc DT only fixes

----------------------------------------------------------------
Anand Moon (1):
      arm64: dts: amlogic: add missing ethernet reset ID

Jerome Brunet (1):
      arm64: dts: meson: odroid-n2 plus: fix vddcpu_a pwm

Martin Blumenstingl (2):
      arm64: dts: amlogic: meson-g12: use the G12A specific dwmac compatible
      ARM: dts: meson8: remove two invalid interrupt lines from the GPU node

Neil Armstrong (2):
      arm64: dts: meson-axg: add USB nodes
      arm64: dts: meson-axg-s400: enable USB OTG

Scott K Logan (1):
      arm64: dts: meson: add missing g12 rng clock

 arch/arm/boot/dts/meson8.dtsi                             |  2 --
 arch/arm64/boot/dts/amlogic/meson-axg-s400.dts            |  6 ++++++
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi                | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi         |  6 +++++-
 arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2-plus.dts |  2 +-
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi                 |  3 +++
 6 files changed, 67 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann Oct. 27, 2020, 9:47 a.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 26 Oct 2020 13:50:28 -0700, Kevin Hilman wrote:
> Arnd, Olof,
> 
> Here's a few fixes for v5.10-rc.
> 
> This also includes the 2nd round of 64-bit DT changes submitted for the
> v5.10 merge window as discussed here:
> https://lore.kernel.org/linux-amlogic/7ho8lkl9fw.fsf@baylibre.com/
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 91caef27a15c25948b23f7d400a2c6d70720b2a9

       Arnd