mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-06 08:17:06 +08:00

Use latest patches sent upstream for review for IPQ5018 GE PHY support: - Move enablement of the LDO controller to the mdio-ipq4019 driver away from the CMN PLL driver - Remove the different patches to add CDT, MSE, AZ, and DAC support they are all contained in the upstreamed driver. Accordingly, also set the right property in the DTS for Linksys SPNMX56 to set the right DAC values to accommodate for the short cable length. Signed-off-by: George Moussalem <george.moussalem@outlook.com> Link: https://github.com/openwrt/openwrt/pull/18774 Signed-off-by: Robert Marko <robimarko@gmail.com>
23 lines
596 B
Diff
23 lines
596 B
Diff
From: George Moussalem <george.moussalem@outlook.com>
|
|
Date: Wed, 05 Feb 2025 12:12:47 +0400
|
|
Subject: [PATCH] arm64: dts: qcom: ipq5018: add tz_apps reserved memory region
|
|
|
|
Add tz_apps memory region needed for wifi to work.
|
|
|
|
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
|
|
@@ -123,6 +123,11 @@
|
|
#size-cells = <2>;
|
|
ranges;
|
|
|
|
+ tz_apps@4a400000 {
|
|
+ reg = <0x0 0x4a400000 0x0 0x400000>;
|
|
+ no-map;
|
|
+ };
|
|
+
|
|
bootloader@4a800000 {
|
|
reg = <0x0 0x4a800000 0x0 0x200000>;
|
|
no-map;
|