Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display/msm: qcom,x1e80100-mdss: correct DP addresses

Fix c&p error and correct example to use 32-bit addressing (as the rest
of the example DT does) instead of 64-bit (as the platform does). It
got unnoticed before since DP controller node wasn't validated against
DT schema because of the missing compatible.

Fixes: 81de267367d4 ("dt-bindings: display/msm: Document MDSS on X1E80100")
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Jessica Zhang <jessica.zhang@oss.qualcomm.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/672574/
Link: https://lore.kernel.org/r/20250903-dp_mst_bindings-v8-4-7526f0311eaa@oss.qualcomm.com

authored by

Abhinav Kumar and committed by
Dmitry Baryshkov
2c97ee44 afc9e583

+5 -5
+5 -5
Documentation/devicetree/bindings/display/msm/qcom,x1e80100-mdss.yaml
··· 170 170 171 171 displayport-controller@ae90000 { 172 172 compatible = "qcom,x1e80100-dp"; 173 - reg = <0 0xae90000 0 0x200>, 174 - <0 0xae90200 0 0x200>, 175 - <0 0xae90400 0 0x600>, 176 - <0 0xae91000 0 0x400>, 177 - <0 0xae91400 0 0x400>; 173 + reg = <0xae90000 0x200>, 174 + <0xae90200 0x200>, 175 + <0xae90400 0x600>, 176 + <0xae91000 0x400>, 177 + <0xae91400 0x400>; 178 178 179 179 interrupt-parent = <&mdss>; 180 180 interrupts = <12>;