The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-5.1 for you to fetch changes up to 08585d21de9875a6064b350957faa0460a4c69a6: arm64: dts: sdm845: Fixup dependency on RPMPD includes (2019-02-15 13:13:51 -0600) ---------------------------------------------------------------- Qualcomm ARM64 Updates for v5.1 * Add MSM8998 RPMCC, I2C, and USB related nodes * Add MSM8996 rpmpd node * Fix typo in MSM8996 pin definitions * Disable MSM8996 VFE smmu to fix security violation * Add I2C, SPI, rpmcc, uart, and WCN3990 wlan nodes on QCS404 * Enable SDCC1 HS400 support on QCS404 * Add a multitude of nodes on SDM845: SD, UFS, USB, LPASS, SCM, QSPI, PDC, DPU, videocc, GPU, RPMh bus interconnect, WCN3990 WLAN * Add gpio ranges to SDM845 TLMM * Fix regulator load on sdcard on MSM8998-mtp board * Add thermal trip points to cpufreq * Add SDM845 IOMMU info for SDHC, USB, and WLAN * Fix MSM8916 clock cell argument ---------------------------------------------------------------- Amit Kucheria (2): arm64: dts: pms405: Export PMIC temperature to thermal framework arm64: dts: sdm845: wireup the thermal trip points to cpufreq Andy Gross (3): Merge tag 'qcom-fixes-for-5.0-rc3' into arm64-for-5.1-2 Merge branch 'arm64-for-5.1' into arm64-for-5.1-2 arm64: dts: sdm845: Fixup dependency on RPMPD includes Bjorn Andersson (10): arm64: dts: qcom: sdm845: Increase address and size cells for soc arm64: dts: qcom: sdm845: Extend ranges and describe DMA space arm64: dts: qcom: sdm845: Fix lpasscc reg arm64: dts: qcom: qcs404: Specify pinctrl state for UART arm64: dts: qcom: qcs404: Define remaining UARTs arm64: dts: qcom: qcs404: Add QUP I2C and SPI nodes arm64: dts: qcom: qcs404: Add rpmcc node arm64: dts: qcom: msm8996: Disabled VFE SMMU arm64: dts: qcom: sdm845: Define IOMMU for sdhc 2 arm64: dts: qcom: sdm845: Define iommus for USB controllers Can Guo (1): arm64: dts: qcom: sdm845: Add UFS nodes for sdm845-mtp David Dai (1): arm64: dts: sdm845: Add interconnect provider DT nodes Douglas Anderson (3): arm64: dts: qcom: sdm845: Add qspi (quad SPI) node arm64: dts: sdm845: Add gpu clock controller node arm64: dts: sdm845: Add clocks and iommus to WCN3990 WLAN node Evan Green (5): arm64: dts: qcom: sdm845: Add SD node arm64: dts: qcom: sdm845: Add SD nodes for sdm845-mtp arm64: dts: qcom: sdm845: add UFS controller arm64: dts: qcom: sdm845: Add USB PHY lane two arm64: dts: qcom: sdm845: Add gpio-ranges to TLMM node Govind Singh (2): arm64: dts: qcom: qcs404: Add WCN3990 WLAN module device node arm64: dts: sdm845: Add WCN3990 WLAN module device node Jakob Wuhrer (1): arm64: dts: qcom: Correct "gpiio" typo in msm8996-pins Jeffrey Hugo (3): arm64: dts: qcom: msm8998-mtp: Increase load on l21 for sdcard arm64: dts: qcom: msm8998: Enumerate i2c controllers arm64: dts: qcom: msm8998: Add USB-related nodes Jeykumar Sankaran (1): arm64: dts: qcom: sdm845: Add dpu to sdm845 dts file Jorge Ramirez-Ortiz (1): arm64: dts: qcom: qcs404: sdcc1: enable HS400 Loic Poulain (2): arm64: dts: apq8016-sbc: Increase load on l11 for SDCARD arm64: dts: qcom: pm8916: Add PON watchdog node Manu Gautam (1): arm64: dts: qcom: sdm845: Fix pcs_misc region address for UNI PHY Marc Gonzalez (1): arm64: dts: qcom: msm8998: Add rpmcc node Niklas Cassel (1): arm64: dts: msm8916: remove bogus argument to the cpu clock Rajendra Nayak (2): arm64: dts: msm8996: Add rpmpd device node arm64: dts: sdm845: Add rpmh powercontroller node Sai Prakash Ranjan (1): arm64: dts: qcom: sdm845: Remove the duplicate header inclusion Sibi Sankar (3): arm64: dts: qcom: sdm845: Add SCM DT node arm64: dts: qcom: sdm845: Add PDC Global reset driver node arm64: dts: qcom: sdm845: Add reserve-memory nodes Srinivas Kandagatla (1): arm64: dts: add msm8996 compatible to gicv3 Taniya Das (3): arm64: dts: sdm845: Add cpufreq device node arm64: dts: sdm845: Add videocc node arm64: dts: sdm845: Add lpasscc node Vivek Gautam (1): arm64: dts: sdm845: Add node for arm,mmu-500 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 2 + arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 +- arch/arm64/boot/dts/qcom/msm8996-pins.dtsi | 2 +- arch/arm64/boot/dts/qcom/msm8996.dtsi | 38 +- arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 24 + arch/arm64/boot/dts/qcom/msm8998.dtsi | 278 ++++++++ arch/arm64/boot/dts/qcom/pm8916.dtsi | 6 + arch/arm64/boot/dts/qcom/pms405.dtsi | 79 +++ arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 19 + arch/arm64/boot/dts/qcom/qcs404.dtsi | 359 ++++++++++ arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 84 ++- arch/arm64/boot/dts/qcom/sdm845.dtsi | 1046 ++++++++++++++++++++++++---- 12 files changed, 1792 insertions(+), 153 deletions(-)