[PATCH v5 2/5] dt-bindings: msm: dsi-controller-main: document the QCS8300 DSI CTRL

Ayushi Makhija posted 5 patches 1 month ago
There is a newer version of this series
[PATCH v5 2/5] dt-bindings: msm: dsi-controller-main: document the QCS8300 DSI CTRL
Posted by Ayushi Makhija 1 month ago
QCS8300 MDSS DSI controller reuses the same IP as SA8775P, with
identical register layout and programming model. Introduce a
QCS8300-specific compatible with a fallback to
`qcom,sa8775p-dsi-ctrl` to reflect this hardware reuse.

Signed-off-by: Ayushi Makhija <quic_amakhija@quicinc.com>
---
 .../devicetree/bindings/display/msm/dsi-controller-main.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
index 4400d4cce072..6276350e582f 100644
--- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
@@ -45,6 +45,11 @@ properties:
               - qcom,sm8650-dsi-ctrl
               - qcom,sm8750-dsi-ctrl
           - const: qcom,mdss-dsi-ctrl
+      - items:
+          - enum:
+              - qcom,qcs8300-dsi-ctrl
+          - const: qcom,sa8775p-dsi-ctrl
+          - const: qcom,mdss-dsi-ctrl
       - enum:
           - qcom,dsi-ctrl-6g-qcm2290
           - qcom,mdss-dsi-ctrl # This should always come with an SoC-specific compatible
-- 
2.34.1
Re: [PATCH v5 2/5] dt-bindings: msm: dsi-controller-main: document the QCS8300 DSI CTRL
Posted by Krzysztof Kozlowski 1 month ago
On Sun, Jan 04, 2026 at 07:14:39PM +0530, Ayushi Makhija wrote:
> QCS8300 MDSS DSI controller reuses the same IP as SA8775P, with
> identical register layout and programming model. Introduce a
> QCS8300-specific compatible with a fallback to
> `qcom,sa8775p-dsi-ctrl` to reflect this hardware reuse.
> 
> Signed-off-by: Ayushi Makhija <quic_amakhija@quicinc.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof