Add DisplayPort controller for Qualcomm SM6150 SoC. SM6150 shares the same configuration as SM8350, its hardware capabilities differ about HBR3. Explicitly listing it ensures clarity and avoids potential issues if SM8350 support evolves in the future.
Signed-off-by: Xiangxu Yin <xiangxu....@oss.qualcomm.com> --- Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml index aeb4e4f36044a0ff1e78ad47b867e232b21df509..2bebc182ffe348fd37c215a6bf0becea11e5ac15 100644 --- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml +++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml @@ -46,6 +46,7 @@ properties: - items: - enum: - qcom,sar2130p-dp + - qcom,sm6150-dp - qcom,sm7150-dp - qcom,sm8150-dp - qcom,sm8250-dp @@ -261,6 +262,7 @@ allOf: enum: - qcom,sc8180x-dp - qcom,sdm845-dp + - qcom,sm6150-dp - qcom,sm8350-dp - qcom,sm8650-dp then: -- 2.34.1