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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: display: msm: Document DSI controller and DSI PHY on SC8280XP

Document DSI controller and DSI phy on SC8280XP platform.

Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/709947/
Link: https://lore.kernel.org/r/20260308064835.479356-4-mitltlatltl@gmail.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Pengyu Luo and committed by
Dmitry Baryshkov
6113aaf7 1607c084

+30
+30
Documentation/devicetree/bindings/display/msm/qcom,sc8280xp-mdss.yaml
··· 50 50 - qcom,sc8280xp-dp 51 51 - qcom,sc8280xp-edp 52 52 53 + "^dsi@[0-9a-f]+$": 54 + type: object 55 + additionalProperties: true 56 + properties: 57 + compatible: 58 + contains: 59 + const: qcom,sc8280xp-dsi-ctrl 60 + 61 + "^phy@[0-9a-f]+$": 62 + type: object 63 + additionalProperties: true 64 + properties: 65 + compatible: 66 + contains: 67 + const: qcom,sc8280xp-dsi-phy-5nm 68 + 53 69 unevaluatedProperties: false 54 70 55 71 examples: ··· 142 126 reg = <0>; 143 127 endpoint { 144 128 remote-endpoint = <&mdss0_dp0_in>; 129 + }; 130 + }; 131 + 132 + port@1 { 133 + reg = <1>; 134 + dpu_intf1_out: endpoint { 135 + remote-endpoint = <&mdss0_dsi0_in>; 136 + }; 137 + }; 138 + 139 + port@2 { 140 + reg = <2>; 141 + dpu_intf2_out: endpoint { 142 + remote-endpoint = <&mdss0_dsi1_in>; 145 143 }; 146 144 }; 147 145