mbox series

[GIT,PULL] amlogic fixes for v5.17-rc round 2

Message ID 67888f6a-f4ff-9569-131a-0c7baba6ddaf@baylibre.com (mailing list archive)
State Queued
Headers show
Series [GIT,PULL] amlogic fixes for v5.17-rc round 2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git v5.17/fixes

Message

Neil Armstrong Feb. 4, 2022, 8:30 a.m. UTC
Hi,

Here's a couple of ARM64 DT fixes for v5.17-rc1, they fix reserved memory zones
for the whole Amlogic SoC families, some typos for the Odroid & BananaPi board
and a reboot issue on the Odroid-C4.

Neil

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git v5.17/fixes

for you to fetch changes up to e6b03375132fefddc55cf700418cf794b3884e0c:

   arm64: dts: meson-sm1-odroid: fix boot loop after reboot (2022-02-04 09:20:41 +0100)

----------------------------------------------------------------
Christian Hewitt (3):
       arm64: dts: meson-gx: add ATF BL32 reserved-memory region
       arm64: dts: meson-g12: add ATF BL32 reserved-memory region
       arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610

Dongjin Kim (2):
       arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133'
       arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2

Lutz Koschorreck (2):
       arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for tf-io regulator
       arm64: dts: meson-sm1-odroid: fix boot loop after reboot

  arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi     | 6 ++++++
  arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts     | 8 --------
  arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi | 4 ++--
  arch/arm64/boot/dts/amlogic/meson-gx.dtsi             | 6 ++++++
  arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts | 2 +-
  arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi     | 2 +-
  arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts      | 8 --------
  7 files changed, 16 insertions(+), 20 deletions(-)