mbox series

[0/3] Enable download mode support for IPQ SOCs

Message ID 20230526110653.27777-1-quic_viswanat@quicinc.com
Headers show
Series Enable download mode support for IPQ SOCs | expand

Message

Vignesh Viswanathan May 26, 2023, 11:06 a.m. UTC
Enable download mode support for IPQ8074 and IPQ6018. Also add reserved
memory regions for uboot and SBL avoid losing the RAM contents which will
be used in postmorterm analysis.

Vignesh Viswanathan (3):
  dt-bindings: mfd: qcom,tcsr: add the compatible for IPQ8074
  arm64: dts: qcom: enable the download mode support
  arm64: dts: qcom: add few more reserved memory region

 .../devicetree/bindings/mfd/qcom,tcsr.yaml    |  1 +
 arch/arm64/boot/dts/qcom/ipq6018.dtsi         | 17 +++++++++++++---
 arch/arm64/boot/dts/qcom/ipq8074.dtsi         | 20 +++++++++++++++++--
 3 files changed, 33 insertions(+), 5 deletions(-)