diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-01-09 06:54:58 +0200 |
---|---|---|
committer | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-01-09 23:08:33 +0200 |
commit | d26407788cc0cf641d760363038ddc22efcf0a33 (patch) | |
tree | 6323f7fbcc5065c96ac2b3f9eb971173667b2f6e | |
parent | 9bf1e33f9ca82698ae0381c38d167e37ca7832c6 (diff) | |
download | lwn-d26407788cc0cf641d760363038ddc22efcf0a33.tar.gz lwn-d26407788cc0cf641d760363038ddc22efcf0a33.zip |
dt-bindings: display/msm: qcom, sdm845-mdss: document the DP device
Document the DP controller added to the sdm845 display subsystem.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/517447/
Link: https://lore.kernel.org/r/20230109045458.316114-1-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml index 300d8f1ac45c..8f60be6147d8 100644 --- a/Documentation/devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml @@ -46,6 +46,12 @@ patternProperties: compatible: const: qcom,sdm845-dpu + "^displayport-controller@[0-9a-f]+$": + type: object + properties: + compatible: + const: qcom,sdm845-dp + "^dsi@[0-9a-f]+$": type: object properties: |