Skip to content

Commit 9ca11e9

Browse files
committed
firmware: qcom: tzmem: disable sm7150 platform
JIRA: https://issues.redhat.com/browse/RHEL-117514 commit db3de3f Author: Danila Tikhonov <danila@jiaxyga.com> Date: Wed Apr 23 00:31:33 2025 +0300 firmware: qcom: tzmem: disable sm7150 platform The SHM bridge makes the SM7150 devices reset while probing the RMTFS (in qcom_scm_assign_mem()). Blacklist the SHM Bridge on corresponding platforms using SoC-level compat string. Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250422213137.80366-13-danila@jiaxyga.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Eric Chanudet <echanude@redhat.com>
1 parent 77db8e7 commit 9ca11e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/qcom/qcom_tzmem.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ static const char *const qcom_tzmem_blacklist[] = {
7979
"qcom,sc8180x",
8080
"qcom,sdm670", /* failure in GPU firmware loading */
8181
"qcom,sdm845", /* reset in rmtfs memory assignment */
82+
"qcom,sm7150", /* reset in rmtfs memory assignment */
8283
"qcom,sm8150", /* reset in rmtfs memory assignment */
8384
NULL
8485
};

0 commit comments

Comments
 (0)