[PATCH 2/6] dt-bindings: display: msm: Document the Glymur Display Processing Unit

Abel Vesa posted 6 patches 3 weeks ago
[PATCH 2/6] dt-bindings: display: msm: Document the Glymur Display Processing Unit
Posted by Abel Vesa 3 weeks ago
Add DPU for Qualcomm Glymur SoC which has very few changes compared
to SM8750, just enough to make them incompatible.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
 Documentation/devicetree/bindings/display/msm/qcom,sm8650-dpu.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm8650-dpu.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm8650-dpu.yaml
index 0a46120dd8680371ed031f7773859716f49c3aa1..feb1b8030ae0e381118a9482252a915199e19383 100644
--- a/Documentation/devicetree/bindings/display/msm/qcom,sm8650-dpu.yaml
+++ b/Documentation/devicetree/bindings/display/msm/qcom,sm8650-dpu.yaml
@@ -14,6 +14,7 @@ $ref: /schemas/display/msm/dpu-common.yaml#
 properties:
   compatible:
     enum:
+      - qcom,glymur-dpu
       - qcom,sa8775p-dpu
       - qcom,sm8650-dpu
       - qcom,sm8750-dpu

-- 
2.45.2
Re: [PATCH 2/6] dt-bindings: display: msm: Document the Glymur Display Processing Unit
Posted by Krzysztof Kozlowski 2 weeks, 6 days ago
On Thu, Sep 11, 2025 at 03:28:49PM +0300, Abel Vesa wrote:
> Add DPU for Qualcomm Glymur SoC which has very few changes compared
> to SM8750, just enough to make them incompatible.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> ---
>  Documentation/devicetree/bindings/display/msm/qcom,sm8650-dpu.yaml | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof