mbox series

[GIT,PULL] Qualcomm ARM64 DeviceTree updates for v5.17

Message ID 20211222151929.3752565-1-bjorn.andersson@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm ARM64 DeviceTree updates for v5.17 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-5.17-1

Message

Bjorn Andersson Dec. 22, 2021, 3:19 p.m. UTC
This updated tag for v5.17 fixes the build breakage due to missing
SM6125_VDDCX, and while at it adds two patches enabling USB support on the
SM8450.

Regards,
Bjorn

The following changes since commit bf0a257a9418ebcbe6ab2a73728f76969942e52a:

  arm64: dts: qcom: sm8450: add i2c13 and i2c14 device nodes (2021-12-15 16:30:58 -0600)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-5.17-1

for you to fetch changes up to c23f1b77358c173a25ef21303d2a8cc893e9ce22:

  arm64: dts: qcom: sm6125: Avoid using missing SM6125_VDDCX (2021-12-22 09:08:13 -0600)

----------------------------------------------------------------
Qualcomm ARM64 DeviceTree updates for v5.17

This introduces initial support for the brand new Snapdragon 8 Gen 1,
aka SM8450 platform, with SMP, CPUfreq, cluster idling, low speed buses,
TLMM pinctrl, SMMU, regulators, clocks, power-domains, UFS storage and
USB currently supported.

SDM845 adds new support for Sony Xperia XZ2, XZ2C and XZ3. The Lenovo
Yoga C630 gains a few audio related fixes. The PMIC's VADC channels are
described as thermal zones. OnePlus devices gains msm-id and board-id,
to facilitate a single firmware image for the multiple devices.

On SM8350 the Sony Xperia 1 III and 5 III, as well as initial
description of Microsoft's Surface Duo 2 are introduced.  On the
platform side, LLCC, QUP nodes, redistributor stride and all the
low-speed QUPs are added

MSM8996 gained various regulator fixes, and adsp firmware name to
faciliate pushing firmware to linux-firmware. Xiaomi Mi Note 2 gained
touchkey controller definition.

On SDM660 the Xiaomi Redmi Note 7 gained power and volume keys, RPM and
regulator definitions, USB, eMMC and SD-card and a simple-framebuffer
description.

MSM8916 has the mmc aliases corrected, to stop the storage devices to
move around and the RPM sleep stats memory is described. Support for the
Samsung J5 2015 smartphone is introduced.

SM6350 validation errors are fixed and and description of the audio,
compute and modem remoteprocs are added.

A couple new revisions of the SC7180 based Google devices are added.
The SC7280 platform gains venus and a few fixes. The CRD development
device is introduced, with the EC, touchscreen and touchpad.

On SM8250 CPU opp-tables, for scaling L3 cache and DDR frequency based
on CPU frequency, are added. As is TX, RX macros and SoundWire blocks
and used to enable audio on the SM8350 MTP.

----------------------------------------------------------------
Bjorn Andersson (1):
      arm64: dts: qcom: sm6125: Avoid using missing SM6125_VDDCX

Vinod Koul (2):
      arm64: dts: qcom: sm8450: Add usb nodes
      arm64: dts: qcom: sm8450-qrd: Enable USB nodes

 arch/arm64/boot/dts/qcom/sm6125.dtsi    |  4 +-
 arch/arm64/boot/dts/qcom/sm8450-qrd.dts | 23 +++++++++
 arch/arm64/boot/dts/qcom/sm8450.dtsi    | 89 +++++++++++++++++++++++++++++++++
 3 files changed, 114 insertions(+), 2 deletions(-)