[GIT PULL] ARM: SoC fixes for 6.2, part 4

Arnd Bergmann arnd at arndb.de
Fri Feb 10 08:25:44 PST 2023


The following changes since commit 6d796c50f84ca79f1722bb131799e5a5710c4700:

  Linux 6.2-rc6 (2023-01-29 13:59:43 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.2-4

for you to fetch changes up to bc6772bbab9af6034f918624a40ac5c962df2bac:

  Merge tag 'amlogic-fixes-v6.2-rc-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/fixes (2023-02-10 11:31:25 +0100)

----------------------------------------------------------------
ARM: SoC fixes for 6.2, part 4

All the changes this time are minor devicetree corrections, the majority
being for 64-bit Rockchip SoC support. These are a couple of corrections
for properties that are in violation of the binding, some that put the
machine into safer operating points for the eMMC and thermal settings,
and missing properties that prevented rk356x PCIe and ethernet from
working correctly.

The changes for amlogic and mediatek address incorrect properties that
were preventing the display support on MT8195 and the MMC support
on various Meson SoCs from working correctly.

The stihxxx-b2120 change fixes the GPIO polarity for the DVB tuner
to allow this to be used correctly after a futre driver change,
though it has no effect on older kernels.

----------------------------------------------------------------
Andy Yan (1):
      arm64: dts: rockchip: add io domain setting to rk3566-box-demo

Arnaud Ferraris (1):
      arm64: dts: rockchip: fix input enable pinconf on rk3399

Arnd Bergmann (3):
      Merge tag 'v6.2-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
      Merge tag 'sti-dt-for-6.3-round1' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into arm/fixes
      Merge tag 'amlogic-fixes-v6.2-rc-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/fixes

Chen-Yu Tsai (1):
      arm64: dts: mediatek: mt8195: Fix vdosys* compatible strings

Chukun Pan (1):
      arm64: dts: rockchip: remove unsupported property from sdmmc2 for rock-3a

Corentin Labbe (1):
      arm64: dts: rockchip: use correct reset names for rk3399 crypto nodes

Dan Johansen (1):
      arm64: dts: rockchip: set sdmmc0 speed to sd-uhs-sdr50 on rock-3a

Dmitry Torokhov (1):
      ARM: dts: stihxxx-b2120: fix polarity of reset line of tsin0 port

Heiner Kallweit (3):
      arm64: dts: meson-axg: Make mmc host controller interrupts level-sensitive
      arm64: dts: meson-g12-common: Make mmc host controller interrupts level-sensitive
      arm64: dts: meson-gx: Make mmc host controller interrupts level-sensitive

Jarrah Gosbell (1):
      arm64: dts: rockchip: reduce thermal limits on rk3399-pinephone-pro

Jensen Huang (1):
      arm64: dts: rockchip: add missing #interrupt-cells to rk356x pcie2x1

Johan Jonker (1):
      ARM: dts: rockchip: add power-domains property to dp node on rk3288

Jonas Karlman (1):
      arm64: dts: rockchip: fix probe of analog sound card on rock-3a

Krzysztof Kozlowski (2):
      arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc
      arm64: dts: rockchip: align rk3399 DMC OPP table with bindings

 arch/arm/boot/dts/rk3288.dtsi                         |  1 +
 arch/arm/boot/dts/stihxxx-b2120.dtsi                  |  2 +-
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi            |  4 ++--
 arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi     |  6 +++---
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi             |  6 +++---
 arch/arm64/boot/dts/mediatek/mt8195.dtsi              |  4 ++--
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts        |  2 --
 arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi      |  2 +-
 arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts |  7 +++++++
 arch/arm64/boot/dts/rockchip/rk3399.dtsi              |  6 ++----
 arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts      | 11 +++++++++++
 arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts       |  5 +++--
 arch/arm64/boot/dts/rockchip/rk356x.dtsi              |  1 +
 13 files changed, 37 insertions(+), 20 deletions(-)



More information about the linux-arm-kernel mailing list