Message ID | 20241226-mdssdt_qcs8300-v2-2-acba0db533ce@quicinc.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Display enablement changes for Qualcomm QCS8300 platform | expand |
On Thu, Dec 26, 2024 at 05:40:46PM +0800, Yongxing Mou wrote: > Add compatible string for the DisplayPort controller found on the > Qualcomm QCS8300 platform.QCS8300 only support one DisplayPort > controller and have the same base offset with sm8650, so we reuse > the sm8650 DisplayPort driver. > > Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.com> > --- > Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 4 ++++ > 1 file changed, 4 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml index a212f335d5ffae545d2e5bacec95299ca45e8405..863ef967e48789d3ca4e5a8a2f198dad4e8ae321 100644 --- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml +++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml @@ -36,6 +36,10 @@ properties: - qcom,sm8450-dp - qcom,sm8550-dp - const: qcom,sm8350-dp + - items: + - enum: + - qcom,qcs8300-dp + - const: qcom,sm8650-dp reg: minItems: 4
Add compatible string for the DisplayPort controller found on the Qualcomm QCS8300 platform.QCS8300 only support one DisplayPort controller and have the same base offset with sm8650, so we reuse the sm8650 DisplayPort driver. Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.com> --- Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 4 ++++ 1 file changed, 4 insertions(+)