mbox series

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

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

Pull-request

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

Message

Andy Gross June 28, 2019, 5:36 a.m. UTC
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

Comments

Olof Johansson June 28, 2019, 6:28 a.m. UTC | #1
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