diff mbox series

[1/4] dt-bindings: display/msm: add qcom,sc8280xp-edp to list of eDP devices

Message ID 20230118031718.1714861-1-dmitry.baryshkov@linaro.org
State Accepted
Commit 7617aba0687cbafece63b4938b506318f481bac8
Headers show
Series [1/4] dt-bindings: display/msm: add qcom,sc8280xp-edp to list of eDP devices | expand

Commit Message

Dmitry Baryshkov Jan. 18, 2023, 3:17 a.m. UTC
Add qcom,sc8280xp-edp to the list of eDP devices, unblocking `aux-bus'
property and fobidding `#sound-dai-cells' property. Also since
sc8280xp-edp, overriding sc8280xp-dp, will contain 5 reg resources, drop
the reg contraint (as it will become equivalent to the top-level one,
requiring min 4 and max 5 reg entries).

Fixes: b6f8c4debc00 ("dt-bindings: msm/dp: Add SDM845 and SC8280XP compatibles")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 .../devicetree/bindings/display/msm/dp-controller.yaml         | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Rob Herring (Arm) Jan. 18, 2023, 4:39 p.m. UTC | #1
On Wed, 18 Jan 2023 05:17:16 +0200, Dmitry Baryshkov wrote:
> Describe DP and eDP devices as subdevices to the MDSS on SC8280XP
> platform.
> 
> Fixes: 45af56bf2d74 ("dt-bindings: display/msm: Add binding for SC8280XP MDSS")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>  .../bindings/display/msm/qcom,sc8280xp-mdss.yaml          | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
Bjorn Andersson Feb. 3, 2023, 7:21 p.m. UTC | #2
On Wed, 18 Jan 2023 05:17:15 +0200, Dmitry Baryshkov wrote:
> Add qcom,sc8280xp-edp to the list of eDP devices, unblocking `aux-bus'
> property and fobidding `#sound-dai-cells' property. Also since
> sc8280xp-edp, overriding sc8280xp-dp, will contain 5 reg resources, drop
> the reg contraint (as it will become equivalent to the top-level one,
> requiring min 4 and max 5 reg entries).
> 
> 
> [...]

Applied, thanks!

[3/4] arm64: dts: qcom: sc8280xp-crd: drop #sound-dai-cells from eDP node
      commit: 3cfa9e245d71f498a27f2dd8d09bbaaf50738723
[4/4] arm64: dts: qcom: sc8280xp: add p1 register blocks to DP nodes
      commit: 19eee67386fe68b8f39dc947d15711a5b5cef6ac

Best regards,
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
index 3e54956e57db..efe4257c031f 100644
--- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
@@ -151,11 +151,10 @@  allOf:
             enum:
               - qcom,sc7280-edp
               - qcom,sc8180x-edp
+              - qcom,sc8280xp-edp
     then:
       properties:
         "#sound-dai-cells": false
-        reg:
-          maxItems: 4
     else:
       properties:
         aux-bus: false