[PATCH 5/7] arm64: dts: qcom: sm8650: Correct and complete DP address spaces

From: Krzysztof Kozlowski

Date: Thu Apr 02 2026 - 07:53:48 EST


DisplayPort block on Qualcomm SM8650 has few too short address space
ranges and misses four more spaces. Complete the hardware description,
which in the future might be important for full feature support.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>

---

dtbs_check success depends on the binding change (first commit).
---
arch/arm64/boot/dts/qcom/sm8650.dtsi | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi
index 1604bc8cff37..bc420a44f0b8 100644
--- a/arch/arm64/boot/dts/qcom/sm8650.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi
@@ -5868,11 +5868,15 @@ mdss_dsi1_phy: phy@ae97000 {

mdss_dp0: displayport-controller@af54000 {
compatible = "qcom,sm8650-dp";
- reg = <0 0xaf54000 0 0x104>,
- <0 0xaf54200 0 0xc0>,
- <0 0xaf55000 0 0x770>,
- <0 0xaf56000 0 0x9c>,
- <0 0xaf57000 0 0x9c>;
+ reg = <0x0 0x0af54000 0x0 0x200>,
+ <0x0 0x0af54200 0x0 0x200>,
+ <0x0 0x0af55000 0x0 0xc00>,
+ <0x0 0x0af56000 0x0 0x400>,
+ <0x0 0x0af57000 0x0 0x400>,
+ <0x0 0x0af58000 0x0 0x400>,
+ <0x0 0x0af59000 0x0 0x400>,
+ <0x0 0x0af5a000 0x0 0x600>,
+ <0x0 0x0af5b000 0x0 0x600>;

interrupts-extended = <&mdss 12>;


--
2.51.0