Re: [PATCH v1 2/2] dt-bindings: Add SC7280 compatible string

From: Stephen Boyd
Date: Wed Aug 25 2021 - 13:51:04 EST


Quoting Sankeerth Billakanti (2021-08-11 17:08:02)
> The Qualcomm SC7280 platform supports an eDP controller, add
> compatible string for it to msm/binding.
>
> Signed-off-by: Sankeerth Billakanti <sbillaka@xxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
> index 64d8d9e..23b78ac 100644
> --- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
> +++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
> @@ -17,6 +17,9 @@ properties:
> compatible:
> enum:
> - qcom,sc7180-dp
> + - qcom,sc8180x-dp
> + - qcom,sc8180x-edp
> + - qcom,sc7280-edp

Also add qcom,sc7280-dp here?