public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm Device Tree updates for 5.2 - Part 2
@ 2019-04-26  4:29 Andy Gross
  2019-04-26  4:29 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
  2019-04-28 20:01 ` [GIT PULL] Qualcomm Device Tree " Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Gross @ 2019-04-26  4:29 UTC (permalink / raw)
  To: arm
  Cc: Arnd Bergmann, linux-arm-msm, Bjorn Andersson, Kevin Hilman,
	Olof Johansson, linux-arm-kernel

The following changes since commit f3e35357cd460a8aeb48b8113dc4b761a7d5c828:

  ARM: dts: qcom: ipq4019: enlarge PCIe BAR range (2019-04-09 23:33:39 -0500)

are available in the git repository at:

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

for you to fetch changes up to 6969d1d9c61524d3ce492cfdca92d5dfa51e2e54:

  ARM: dts: qcom-apq8064: Set 'cxo_board' as ref clock of the DSI PHY (2019-04-25 23:22:26 -0500)

----------------------------------------------------------------
Qualcomm Device Tree Changes for v5.2 - Part 2

* Add cxo_board as ref clk for DSI phy

----------------------------------------------------------------
Matthias Kaehlcke (1):
      ARM: dts: qcom-apq8064: Set 'cxo_board' as ref clock of the DSI PHY

 arch/arm/boot/dts/qcom-apq8064.dtsi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Qualcomm ARM64 DT updates for 5.2 - Part 2
  2019-04-26  4:29 [GIT PULL] Qualcomm Device Tree updates for 5.2 - Part 2 Andy Gross
@ 2019-04-26  4:29 ` Andy Gross
  2019-04-28 20:01   ` Olof Johansson
  2019-04-28 20:01 ` [GIT PULL] Qualcomm Device Tree " Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Andy Gross @ 2019-04-26  4:29 UTC (permalink / raw)
  To: arm
  Cc: Arnd Bergmann, linux-arm-msm, Bjorn Andersson, Kevin Hilman,
	Olof Johansson, linux-arm-kernel

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Qualcomm Device Tree updates for 5.2 - Part 2
  2019-04-26  4:29 [GIT PULL] Qualcomm Device Tree updates for 5.2 - Part 2 Andy Gross
  2019-04-26  4:29 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
@ 2019-04-28 20:01 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-04-28 20:01 UTC (permalink / raw)
  To: Andy Gross
  Cc: Arnd Bergmann, linux-arm-msm, Bjorn Andersson, arm, Kevin Hilman,
	linux-arm-kernel

On Thu, Apr 25, 2019 at 11:29:00PM -0500, Andy Gross wrote:
> The following changes since commit f3e35357cd460a8aeb48b8113dc4b761a7d5c828:
> 
>   ARM: dts: qcom: ipq4019: enlarge PCIe BAR range (2019-04-09 23:33:39 -0500)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-dts-for-5.2-1
> 
> for you to fetch changes up to 6969d1d9c61524d3ce492cfdca92d5dfa51e2e54:
> 
>   ARM: dts: qcom-apq8064: Set 'cxo_board' as ref clock of the DSI PHY (2019-04-25 23:22:26 -0500)

Merged, thanks!


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Qualcomm ARM64 DT updates for 5.2 - Part 2
  2019-04-26  4:29 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
@ 2019-04-28 20:01   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-04-28 20:01 UTC (permalink / raw)
  To: Andy Gross
  Cc: Arnd Bergmann, linux-arm-msm, Bjorn Andersson, arm, Kevin Hilman,
	linux-arm-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-28 20:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-26  4:29 [GIT PULL] Qualcomm Device Tree updates for 5.2 - Part 2 Andy Gross
2019-04-26  4:29 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
2019-04-28 20:01   ` Olof Johansson
2019-04-28 20:01 ` [GIT PULL] Qualcomm Device Tree " Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox