From: Val Packett <val@packett.cool>
To: Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Adam Skladowski <a39.skl@gmail.com>,
Marijn Suijten <marijn.suijten@somainline.org>,
Dmitry Baryshkov <lumag@kernel.org>
Cc: Val Packett <val@packett.cool>,
linux-arm-msm@vger.kernel.org, phone-devel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
Yedaya Katsman <yedaya.ka@gmail.com>
Subject: [PATCH v3 6/6] arm64: dts: qcom: sm6125: Add missing MDSS core reset
Date: Tue, 3 Mar 2026 00:41:25 -0300 [thread overview]
Message-ID: <20260303034847.13870-7-val@packett.cool> (raw)
In-Reply-To: <20260303034847.13870-1-val@packett.cool>
To make sure the display subsystem starts in a predictable state, we
need to reset it. Otherwise, unpredictable issues can happen, e.g.
on the xiaomi-laurel-sprout smartphone DSI would not work on boot.
Wire up the reset to fix.
Fixes: 0865d23a0226 ("arm64: dts: qcom: sm6125: Add display hardware nodes")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Tested-by: Yedaya Katsman <yedaya.ka@gmail.com>
Signed-off-by: Val Packett <val@packett.cool>
---
arch/arm64/boot/dts/qcom/sm6125.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm6125.dtsi b/arch/arm64/boot/dts/qcom/sm6125.dtsi
index 80c42dff5399..a22374e5a17f 100644
--- a/arch/arm64/boot/dts/qcom/sm6125.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm6125.dtsi
@@ -1238,6 +1238,8 @@ mdss: display-subsystem@5e00000 {
"ahb",
"core";
+ resets = <&dispcc DISP_CC_MDSS_CORE_BCR>;
+
power-domains = <&dispcc MDSS_GDSC>;
iommus = <&apps_smmu 0x400 0x0>;
@@ -1437,6 +1439,7 @@ dispcc: clock-controller@5f00000 {
power-domains = <&rpmpd RPMPD_VDDCX>;
#clock-cells = <1>;
+ #reset-cells = <1>;
#power-domain-cells = <1>;
};
--
2.52.0
next prev parent reply other threads:[~2026-03-03 3:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-03 3:41 [PATCH v3 0/6] SM6115/SM6125 MDSS core reset Val Packett
2026-03-03 3:41 ` [PATCH v3 1/6] dt-bindings: clock: qcom,sm6115-dispcc: Define MDSS resets Val Packett
2026-03-03 3:41 ` [PATCH v3 2/6] dt-bindings: clock: qcom,dispcc-sm6125: " Val Packett
2026-03-03 3:41 ` [PATCH v3 3/6] clk: qcom: dispcc-sm6115: Add missing " Val Packett
2026-03-03 6:32 ` Krzysztof Kozlowski
2026-03-03 3:41 ` [PATCH v3 4/6] clk: qcom: dispcc-sm6125: " Val Packett
2026-03-03 6:34 ` Krzysztof Kozlowski
2026-03-03 3:41 ` [PATCH v3 5/6] arm64: dts: qcom: sm6115: Add missing MDSS core reset Val Packett
2026-03-03 6:34 ` Krzysztof Kozlowski
2026-03-03 3:41 ` Val Packett [this message]
2026-03-03 6:33 ` [PATCH v3 6/6] arm64: dts: qcom: sm6125: " Krzysztof Kozlowski
2026-03-11 20:56 ` (subset) [PATCH v3 0/6] SM6115/SM6125 " Bjorn Andersson
-- strict thread matches above, loose matches on Subject: below --
2026-03-04 4:58 [PATCH v3 6/6] arm64: dts: qcom: sm6125: Add missing " kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260303034847.13870-7-val@packett.cool \
--to=val@packett.cool \
--cc=a39.skl@gmail.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lumag@kernel.org \
--cc=marijn.suijten@somainline.org \
--cc=phone-devel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=yedaya.ka@gmail.com \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.