Commit 7617aba0 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov

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

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: b6f8c4de ("dt-bindings: msm/dp: Add SDM845 and SC8280XP compatibles")
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/518797/
Link: https://lore.kernel.org/r/20230118031718.1714861-1-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent 4b27f469
...@@ -127,11 +127,10 @@ allOf: ...@@ -127,11 +127,10 @@ allOf:
enum: enum:
- qcom,sc7280-edp - qcom,sc7280-edp
- qcom,sc8180x-edp - qcom,sc8180x-edp
- qcom,sc8280xp-edp
then: then:
properties: properties:
"#sound-dai-cells": false "#sound-dai-cells": false
reg:
maxItems: 4
else: else:
properties: properties:
aux-bus: false aux-bus: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment