Message ID | 1549254680-1282-1-git-send-email-andy.gross@linaro.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | Andy Gross |
Headers | show |
Series | [GIT,PULL] Qualcomm ARM64 DT updates for 5.1 | expand |
On Mon, Feb 4, 2019 at 5:31 AM Andy Gross <andy.gross@linaro.org> wrote: > ---------------------------------------------------------------- > 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 Pulled into arm/dt, thanks! Arnd
On Fri, Feb 15, 2019 at 3:31 PM Arnd Bergmann <arnd@arndb.de> wrote: > > On Mon, Feb 4, 2019 at 5:31 AM Andy Gross <andy.gross@linaro.org> wrote: > > ---------------------------------------------------------------- > > 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 > > > Pulled into arm/dt, thanks! I took it out again after running into build breakage: In file included from ../arch/arm64/boot/dts/qcom/sdm845-mtp.dts:12: ../arch/arm64/boot/dts/qcom/sdm845.dtsi:16:10: fatal error: dt-bindings/power/qcom-rpmpd.h: No such file or directory #include <dt-bindings/power/qcom-rpmpd.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. scripts/Makefile.lib:297: recipe for target 'arch/arm64/boot/dts/qcom/sdm845-mtp.dtb' failed Please fix and resend. Arnd
On Fri, 15 Feb 2019 at 09:36, Arnd Bergmann <arnd@arndb.de> wrote: > > On Fri, Feb 15, 2019 at 3:31 PM Arnd Bergmann <arnd@arndb.de> wrote: > > > > On Mon, Feb 4, 2019 at 5:31 AM Andy Gross <andy.gross@linaro.org> wrote: > > > ---------------------------------------------------------------- > > > 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 > > > > > > Pulled into arm/dt, thanks! > > I took it out again after running into build breakage: > > In file included from ../arch/arm64/boot/dts/qcom/sdm845-mtp.dts:12: > ../arch/arm64/boot/dts/qcom/sdm845.dtsi:16:10: fatal error: > dt-bindings/power/qcom-rpmpd.h: No such file or directory > #include <dt-bindings/power/qcom-rpmpd.h> > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > scripts/Makefile.lib:297: recipe for target > 'arch/arm64/boot/dts/qcom/sdm845-mtp.dtb' failed > > Please fix and resend. I failed to disclose that this depends on the drivers pull request I sent in. How would you like to resolve this? Andy