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

dt-bindings: display/msm: dp-controller: document DP on SM7150

The qcom,sm7150-dp compatible is documented in schema. Mark DisplayPort
controller as compatible with SM8350.

Fixes: 726eded12dd7 ("dt-bindings: display/msm: Add SM7150 MDSS")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/672572/
Link: https://lore.kernel.org/r/20250903-dp_mst_bindings-v8-3-7526f0311eaa@oss.qualcomm.com

+5 -2
+1
Documentation/devicetree/bindings/display/msm/dp-controller.yaml
··· 44 44 - items: 45 45 - enum: 46 46 - qcom,sar2130p-dp 47 + - qcom,sm7150-dp 47 48 - qcom,sm8150-dp 48 49 - qcom,sm8250-dp 49 50 - qcom,sm8450-dp
+4 -2
Documentation/devicetree/bindings/display/msm/qcom,sm7150-mdss.yaml
··· 61 61 additionalProperties: true 62 62 properties: 63 63 compatible: 64 - const: qcom,sm7150-dp 64 + contains: 65 + const: qcom,sm7150-dp 65 66 66 67 "^dsi@[0-9a-f]+$": 67 68 type: object ··· 379 378 }; 380 379 381 380 displayport-controller@ae90000 { 382 - compatible = "qcom,sm7150-dp"; 381 + compatible = "qcom,sm7150-dp", 382 + "qcom,sm8350-dp"; 383 383 reg = <0xae90000 0x200>, 384 384 <0xae90200 0x200>, 385 385 <0xae90400 0xc00>,