Introduce support for the Qualcomm IPQ50xx SoC. This series adds support for the following components: - minimal boot support: GCC/pinctrl/watchdog/CPUFreq/SDI (upstreamed) - USB2 (upstreamed) - Thermal/Tsens - PCIe gen2 1&2-lane PHY and controller - PWM and PWM LED - QPIC SPI NAND controller - CMN PLL Block (provider of fixed rate clocks to GCC/ethernet/more.) - Ethernet: IPQ5018 Internal GE PHY (1 gbps) - Remoteproc MPD driver for IPQ5018 (2.4G) & QCN6122 (5/6G) Wifi Co-developed-by: Ziyang Huang <hzyitc@outlook.com> Signed-off-by: Ziyang Huang <hzyitc@outlook.com> Signed-off-by: George Moussalem <george.moussalem@outlook.com> Link: https://github.com/openwrt/openwrt/pull/17182 Signed-off-by: Robert Marko <robimarko@gmail.com>
20 lines
622 B
Diff
20 lines
622 B
Diff
From: George Moussalem <george.moussalem@outlook.com>
|
|
Subject: [PATCH] arm64: dts: qcom: ipq5018: enable the download mode support
|
|
Date: Sun, 06 Oct 2024 16:34:11 +0400
|
|
|
|
IPQ5018 also supports the download mode to collect the RAM dumps if system crashes, to perform
|
|
the post mortem analysis. Add support for the same.
|
|
|
|
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
|
---
|
|
--- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
@@ -82,6 +82,7 @@
|
|
scm {
|
|
compatible = "qcom,scm-ipq5018", "qcom,scm";
|
|
qcom,sdi-enabled;
|
|
+ qcom,dload-mode = <&tcsr 0x6100>;
|
|
};
|
|
};
|
|
|