mbox series

[GIT,PULL] Qualcomm DTS updates for v5.16

Message ID 20211012174310.1017857-1-bjorn.andersson@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm DTS updates for v5.16 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-5.16

Message

Bjorn Andersson Oct. 12, 2021, 5:43 p.m. UTC
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-5.16

for you to fetch changes up to 9304af37d07b63244e4b3c80e5a245c978beb015:

  dt-bindings: arm: qcom, add missing devices (2021-09-19 23:33:06 -0500)

----------------------------------------------------------------
Qualcomm DTS updates for v5.16

This extends the previous limited description of MSM8226 with SDHC,
UART, I2C, SCM, SMEM, RPM and basic PMIC definitions. Based on this,
initial support for the LG G Watch R smartwatch is introduced.

APQ8064 gets a couple of DT updates, one which will allow the GPU driver
to drop supporting legacy "opp tables" in the future.

DT bindings and DTS files are updated with additional compatibles, for
completeness.

----------------------------------------------------------------
David Heidelberg (4):
      ARM: dts: qcom: apq8064: Convert adreno from legacy gpu-pwrlevels to opp-v2
      ARM: dts: qcom: apq8064: adjust memory node according to specs
      ARM: dts: qcom: fill secondary compatible for multiple boards
      dt-bindings: arm: qcom, add missing devices

Luca Weiss (4):
      ARM: dts: qcom: msm8226: Add more SoC bits
      ARM: dts: qcom: Add pm8226 PMIC
      dt-bindings: arm: qcom: Document APQ8026 SoC binding
      ARM: dts: qcom: Add support for LG G Watch R

Marijn Suijten (1):
      ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY

Vamsi krishna Lanka (1):
      dt-bindings: arm: qcom: Document SDX65 platform and boards

 Documentation/devicetree/bindings/arm/qcom.yaml |  16 ++
 arch/arm/boot/dts/Makefile                      |   1 +
 arch/arm/boot/dts/qcom-apq8026-lge-lenok.dts    | 237 +++++++++++++++++++++
 arch/arm/boot/dts/qcom-apq8064.dtsi             |  18 +-
 arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dts |   2 +-
 arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c3.dts |   2 +-
 arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts |   2 +-
 arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c2.dts |   2 +-
 arch/arm/boot/dts/qcom-ipq8064-ap148.dts        |   2 +-
 arch/arm/boot/dts/qcom-msm8226.dtsi             | 263 +++++++++++++++++++++++-
 arch/arm/boot/dts/qcom-msm8974.dtsi             |   4 +-
 arch/arm/boot/dts/qcom-pm8226.dtsi              |  27 +++
 12 files changed, 554 insertions(+), 22 deletions(-)
 create mode 100644 arch/arm/boot/dts/qcom-apq8026-lge-lenok.dts
 create mode 100644 arch/arm/boot/dts/qcom-pm8226.dtsi

Comments

Arnd Bergmann Oct. 20, 2021, 2:50 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 12 Oct 2021 12:43:10 -0500, Bjorn Andersson wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-5.16
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 878e26d3601ba5232d94749ad9f8989d8247b358

       Arnd