mbox series

[GIT,PULL] Qualcomm ARM64 DT updates for 5.2 - Part 2

Message ID 1556252941-3865-2-git-send-email-agross@kernel.org
State New
Headers show
Series [GIT,PULL] Qualcomm ARM64 DT updates for 5.2 - Part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-5.2-1

Message

Andy Gross April 26, 2019, 4:29 a.m. UTC
This depends on the first pull request for 5.2.

Thanks,

Andy

The following changes since commit 6ef7c11b31a57e43062da15a36fac54fcb97b533:

  arm64: dts: sdm845: Introduce ADSP and CDSP PAS nodes (2019-04-23 00:10:35 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-5.2-1

for you to fetch changes up to 060f4211f6c655e69ba24fe6d741c6e33fbfa108:

  arm64: dts: msm8998: thermal: Restrict thermal zone name length to under 20 (2019-04-25 23:05:35 -0500)

----------------------------------------------------------------
Qualcomm ARM64 Updates for v5.2 - Part 2

* Add ADC temp for temp alarm node on PM8998
* Add ref clks for DSI PHYs on SDM845 and MSM8916
* Add CPU capacity and topology on SDM845
* Add display and gpu related nodes on MSM8996
* Add sound and hdmi display support on DB820C
* Fixup thermal nodes on MSM8998 platform

----------------------------------------------------------------
Amit Kucheria (3):
      arm64: dts: msm8998-mtp: thermal: Remove skin and battery thermal zones
      arm64: dts: msm8998: thermal: Fix number of supported sensors
      arm64: dts: msm8998: thermal: Restrict thermal zone name length to under 20

Archit Taneja (3):
      arm64: dts: msm8996: Add display smmu node
      arm64: qcom: msm8996.dtsi: Add Display nodes
      arm64: dts: apq8096-db820c: Add HDMI display support

Jordan Crouse (2):
      arm64: dts: msm8996: Add graphics smmu node
      arm64: dts: Add Adreno GPU definitions

Matthias Kaehlcke (5):
      arm64: dts: qcom: pm8998: Use ADC temperature to temp-alarm node
      arm64: dts: qcom: msm8916: Set 'xo_board' as ref clock of the DSI PHY
      arm64: dts: sdm845: Set 'bi_tcxo' as ref clock of the DSI PHYs
      arm64: dts: sdm845: Add CPU topology
      arm64: dts: sdm845: Add CPU capacity values

Srinivas Kandagatla (1):
      arm64: dts: db820c: Add sound card support

 arch/arm64/boot/dts/qcom/apq8096-db820c-pins.dtsi  |  52 +++
 .../boot/dts/qcom/apq8096-db820c-pmic-pins.dtsi    |   8 +
 arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi       | 121 +++++++
 arch/arm64/boot/dts/qcom/msm8916.dtsi              |   5 +-
 arch/arm64/boot/dts/qcom/msm8996-pins.dtsi         |  43 +++
 arch/arm64/boot/dts/qcom/msm8996.dtsi              | 384 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi          |  38 --
 arch/arm64/boot/dts/qcom/msm8998.dtsi              |   6 +-
 arch/arm64/boot/dts/qcom/pm8998.dtsi               |   2 +
 arch/arm64/boot/dts/qcom/sdm845.dtsi               |  56 ++-
 10 files changed, 668 insertions(+), 47 deletions(-)

Comments

Olof Johansson April 28, 2019, 8:01 p.m. UTC | #1
On Thu, Apr 25, 2019 at 11:29:01PM -0500, Andy Gross wrote:
> This depends on the first pull request for 5.2.
> 
> Thanks,
> 
> Andy
> 
> The following changes since commit 6ef7c11b31a57e43062da15a36fac54fcb97b533:
> 
>   arm64: dts: sdm845: Introduce ADSP and CDSP PAS nodes (2019-04-23 00:10:35 -0500)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-5.2-1
> 
> for you to fetch changes up to 060f4211f6c655e69ba24fe6d741c6e33fbfa108:
> 
>   arm64: dts: msm8998: thermal: Restrict thermal zone name length to under 20 (2019-04-25 23:05:35 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm ARM64 Updates for v5.2 - Part 2
> 
> * Add ADC temp for temp alarm node on PM8998
> * Add ref clks for DSI PHYs on SDM845 and MSM8916
> * Add CPU capacity and topology on SDM845
> * Add display and gpu related nodes on MSM8996
> * Add sound and hdmi display support on DB820C
> * Fixup thermal nodes on MSM8998 platform

Merged, thanks!


-Olof