ARM: dts: Decommonize ADSP/SLPI memory region

OnePlus 13 (dodge) and OnePlus Ace 5 Pro (hummer) still run on old
firmware (OOS 15.0.0), as opposed to OnePlus Pad 2 Pro / 3 (erhai)
and OnePlus 13T / 13s (pagani), both running newer firmware (OOS 15.0.1
and OOS 15.0.2, respectively).

This commit decommonizes ADSP/SLPI memory region, by overriding it
per target. At the same time, restores default region for sun.

Change-Id: Idce59351c49ece10151f62909bfec3ecd8ec32fe
This commit is contained in:
Bruno Martins
2025-08-01 17:20:15 +05:30
parent 5adf2ec091
commit b1437c6020
5 changed files with 19 additions and 4 deletions

View File

@@ -74,3 +74,7 @@
//#endif /* OPLUS_FEATURE_THERMAL_HORAE */
};
&adspslpi_mem {
reg = <0x0 0x9ee00000 0x0 0x5a80000>;
};

View File

@@ -166,3 +166,7 @@
};
};
};
&adspslpi_mem {
reg = <0x0 0x9ee00000 0x0 0x5080000>;
};

View File

@@ -48,4 +48,8 @@
};
};
//#endif /* CONFIG_HMBIRD_SCHED */
};
};
&adspslpi_mem {
reg = <0x0 0x9ee00000 0x0 0x5a80000>;
};

View File

@@ -71,4 +71,8 @@
compatible = "oplus,shell-temp";
};
//#endif /* OPLUS_FEATURE_THERMAL_HORAE */
};
};
&adspslpi_mem {
reg = <0x0 0x9ee00000 0x0 0x5080000>;
};

View File

@@ -3942,10 +3942,9 @@
reg = <0x0 0x9ed80000 0x0 0x80000>;
};
/*reg = <0x0 0x9ee00000 0x0 0x3a80000>;*/
adspslpi_mem: adspslpi_region@9ee00000 {
no-map;
reg = <0x0 0x9ee00000 0x0 0x5080000>;
reg = <0x0 0x9ee00000 0x0 0x3a80000>;
};
/* uefi region can be reused by apps */