The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) 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 for you to fetch changes up to 6ef7c11b31a57e43062da15a36fac54fcb97b533: arm64: dts: sdm845: Introduce ADSP and CDSP PAS nodes (2019-04-23 00:10:35 -0500) ---------------------------------------------------------------- Qualcomm ARM64 Updates for v5.2 * Add gpio ranges for Qualcomm platforms * Fix MSM8998 BLSP2 I2C5 address * Add MSM8998 UFS nodes and associated information * Add SDM845 interconnect header and usage * Add ADSP and CDSP PAS, RMTFS memory, and UFS phy reset on SDM845 * Update reserved memory map on SDM845 * Add QCS404 spmi regulators, ethernet, bluetooth, and uart3 * Remove remotely-controlled property as default for BAM on QCS404 * Add spmi regulators on PMS405 * Fixup QCS404 l3 voltages and regulator supply names * Fixup thermal trip names on Qualcomm platforms * Add thermal sensors on Qualcomm platforms * Remove invalid efficiency property on MSM8998 * Change QCS404-evb compatible to help distinguish platforms * Add rpmhd header file and convert to use definitions on SDM845 * Add interconnect header file on SDM845 * Add PMS405 ADC binding ---------------------------------------------------------------- Amit Kucheria (14): dt-bindings: iio: adc: Add binding for ADC on pms405 PMIC arm64: dts: msm8998: thermal: split address space into two arm64: dts: msm8998: efficiency is not valid property arm64: dts: msm8916: thermal: Add sensor for modem arm64: dts: msm8996: thermal: Add temperature sensors near major peripherals arm64: dts: msm8998: thermal: Fix the cpu sensor numbers arm64: dts: msm8998: thermal: Fix the gpu sensor number arm64: dts: msm8998: thermal: GPU has two sensors, add the second arm64: dts: msm8998: thermal: Add temperature sensors near major peripherals arm64: dts: sdm845: thermal: Add temperature sensors near major peripherals arm64: dts: msm8998: thermal: Make trip names consistent arm64: dts: msm8916: thermal: Make trip names consistent arm64: dts: msm8996: thermal: Make trip names consistent arm64: dts: msm8916: thermal: Convert camera trip type to hot Andy Gross (1): Merge branch 'arm64-thermal-for-5.2' into arm64-for-5.2 Bjorn Andersson (6): arm64: dts: qcom: qcs404: Fix regulator supply names arm64: dts: qcom: qcs404: Fix voltages l3 arm64: dts: qcom: qcs404-evb: Enable uart3 and add Bluetooth arm64: dts: qcom: sdm845: Update reserved memory map arm64: dts: qcom: sdm845: Define rmtfs memory arm64: dts: sdm845: Introduce ADSP and CDSP PAS nodes Brian Masney (4): arm64: dts: qcom: pm8005: add gpio-ranges arm64: dts: qcom: pm8998: add gpio-ranges arm64: dts: qcom: pmi8994: add gpio-ranges arm64: dts: qcom: pmi8998: add gpio-ranges Evan Green (1): arm64: dts: sdm845: Add UFS PHY reset Georgi Djakov (1): arm64: dts: sdm845: Include the interconnect resources DT header Jorge Ramirez-Ortiz (2): arm64: dts: qcom: pms405: add spmi regulators arm64: dts: qcom: qcs404-evb: add spmi regulators Khasim Syed Mohammed (2): arm64: dts: qcom: qcs404: Remove default setting of controlled-remotely for BAM DMA arm64: dts: qcom: qcs404-evb: Change the compatible to distinguish platforms Marc Gonzalez (5): dt-bindings: ufs: Add msm8998 compatible string arm64: dts: qcom: msm8998: Allow UFSHC driver to set-load arm64: dts: qcom: msm8998: Add UFS nodes arm64: dts: msm8998: Add UFS phy reset arm64: dts: qcom: msm8998: Fix blsp2_i2c5 address Rajendra Nayak (1): arm64: dts: sdm845: Include rpmpd DT header Vinod Koul (2): arm64: dts: qcom: qcs404: Add Ethernet node arm64: dts: qcom: qcs404: Enable ethernet for EVB-4000 .../devicetree/bindings/iio/adc/qcom,spmi-vadc.txt | 1 + .../devicetree/bindings/ufs/ufshcd-pltfrm.txt | 1 + arch/arm64/boot/dts/qcom/msm8916.dtsi | 41 ++- arch/arm64/boot/dts/qcom/msm8996.dtsi | 174 +++++++++- arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 22 ++ arch/arm64/boot/dts/qcom/msm8998.dtsi | 313 ++++++++++++++--- arch/arm64/boot/dts/qcom/pm8005.dtsi | 1 + arch/arm64/boot/dts/qcom/pm8998.dtsi | 1 + arch/arm64/boot/dts/qcom/pmi8994.dtsi | 1 + arch/arm64/boot/dts/qcom/pmi8998.dtsi | 1 + arch/arm64/boot/dts/qcom/pms405.dtsi | 11 + arch/arm64/boot/dts/qcom/qcs404-evb-1000.dts | 3 +- arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts | 85 ++++- arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 95 +++++- arch/arm64/boot/dts/qcom/qcs404.dtsi | 23 +- arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 8 + arch/arm64/boot/dts/qcom/sdm845.dtsi | 371 ++++++++++++++++++++- 17 files changed, 1042 insertions(+), 110 deletions(-)