linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm ARM64 DT updates for 5.3 Part 2
@ 2019-06-28  5:36 Andy Gross
  2019-06-28  5:36 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
  2019-06-28  6:28 ` [GIT PULL] Qualcomm ARM64 DT " Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Gross @ 2019-06-28  5:36 UTC (permalink / raw)
  To: arm
  Cc: linux-arm-msm, linux-arm-kernel, Bjorn Andersson, Arnd Bergmann,
	Olof Johansson, Kevin Hilman

The following changes since commit 2410fd450c09a126aefefc9106b4652285b5d60f:

  arm64: dts: qcom: qcs404-evb: fix vdd_apc supply (2019-06-19 23:50:52 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-5.3-2

for you to fetch changes up to 8291e15108cde33c3e086a34af5381c95cc7aa87:

  arm64: dts: qcom: qcs404: Add missing space for cooling-cells property (2019-06-28 00:20:37 -0500)

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

* Add SDM845 Cheza support
* Add TSENS controller and thermal zones for QCS404

----------------------------------------------------------------
Amit Kucheria (2):
      arm64: dts: qcom: qcs404: Add tsens controller
      arm64: dts: qcom: qcs404: Add thermal zones for each sensor

Niklas Cassel (1):
      arm64: dts: qcom: qcs404: Add missing space for cooling-cells property

Rob Clark (1):
      arm64: dts: qcom: sdm845-cheza: add initial cheza dt

 arch/arm64/boot/dts/qcom/Makefile            |    3 +
 arch/arm64/boot/dts/qcom/qcs404.dtsi         |  272 ++++++
 arch/arm64/boot/dts/qcom/sdm845-cheza-r1.dts |  238 +++++
 arch/arm64/boot/dts/qcom/sdm845-cheza-r2.dts |  238 +++++
 arch/arm64/boot/dts/qcom/sdm845-cheza-r3.dts |  174 ++++
 arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi   | 1326 ++++++++++++++++++++++++++
 6 files changed, 2251 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sdm845-cheza-r1.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sdm845-cheza-r2.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sdm845-cheza-r3.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi

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

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

The following changes since commit 489bacb29818865d2db63d4800f4ddff56929031:

  ARM: dts: qcom: msm8974-hammerhead: add support for display (2019-06-16 11:27:45 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-5.3-2

for you to fetch changes up to e9146339515ece09ee651f122a51a26ae652ab80:

  ARM: dts: msm8974-FP2: Add vibration motor (2019-06-25 13:29:32 -0500)

----------------------------------------------------------------
Qualcomm Device Tree Changes for v5.3

* Add vibrator motor for MSM8974 based Fairphone 2

----------------------------------------------------------------
Luca Weiss (1):
      ARM: dts: msm8974-FP2: Add vibration motor

 arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts | 6 ++++++
 1 file changed, 6 insertions(+)

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

* Re: [GIT PULL] Qualcomm ARM64 DT updates for 5.3 Part 2
  2019-06-28  5:36 [GIT PULL] Qualcomm ARM64 DT updates for 5.3 Part 2 Andy Gross
  2019-06-28  5:36 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
@ 2019-06-28  6:28 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-06-28  6:28 UTC (permalink / raw)
  To: Andy Gross
  Cc: ARM-SoC Maintainers, linux-arm-msm, Linux ARM Mailing List,
	Bjorn Andersson, Arnd Bergmann, Kevin Hilman

Hi,

On Fri, Jun 28, 2019 at 1:36 PM Andy Gross <agross@kernel.org> wrote:
>
> The following changes since commit 2410fd450c09a126aefefc9106b4652285b5d60f:
>
>   arm64: dts: qcom: qcs404-evb: fix vdd_apc supply (2019-06-19 23:50:52 -0500)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-5.3-2
>
> for you to fetch changes up to 8291e15108cde33c3e086a34af5381c95cc7aa87:
>
>   arm64: dts: qcom: qcs404: Add missing space for cooling-cells property (2019-06-28 00:20:37 -0500)

Merged, thanks!


-Olof

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

* Re: [GIT PULL] Qualcomm Device Tree updates for 5.3 Part 2
  2019-06-28  5:36 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
@ 2019-06-28  6:29   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-06-28  6:29 UTC (permalink / raw)
  To: Andy Gross
  Cc: ARM-SoC Maintainers, linux-arm-msm, Linux ARM Mailing List,
	Bjorn Andersson, Arnd Bergmann, Kevin Hilman

On Fri, Jun 28, 2019 at 1:36 PM Andy Gross <agross@kernel.org> wrote:
>
> The following changes since commit 489bacb29818865d2db63d4800f4ddff56929031:
>
>   ARM: dts: qcom: msm8974-hammerhead: add support for display (2019-06-16 11:27:45 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-5.3-2
>
> for you to fetch changes up to e9146339515ece09ee651f122a51a26ae652ab80:
>
>   ARM: dts: msm8974-FP2: Add vibration motor (2019-06-25 13:29:32 -0500)
>
> ----------------------------------------------------------------
> Qualcomm Device Tree Changes for v5.3
>
> * Add vibrator motor for MSM8974 based Fairphone 2
>
> ----------------------------------------------------------------
> Luca Weiss (1):
>       ARM: dts: msm8974-FP2: Add vibration motor

Merged, thanks!


-Olof

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

end of thread, other threads:[~2019-06-28  6:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-28  5:36 [GIT PULL] Qualcomm ARM64 DT updates for 5.3 Part 2 Andy Gross
2019-06-28  5:36 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
2019-06-28  6:29   ` Olof Johansson
2019-06-28  6:28 ` [GIT PULL] Qualcomm ARM64 DT " Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).