Skip to content

Commit 05241de

Browse files
lumagrobclark
authored andcommitted
dt-bindings: display/msm: another fix for the dpu-qcm2290 example
Make dpu-qcm2290 example really follow the defined schema: - Drop qcom,mdss compatible. It's only used for MDP5 devices. - Change display controller name to display-controller as specified in the yaml Reported-by: Rob Herring <robh@kernel.org> Cc: Loic Poulain <loic.poulain@linaro.org> Fixes: 164f69d ("dt-bindings: msm: disp: add yaml schemas for QCM2290 DPU bindings") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20220324115536.2090818-1-dmitry.baryshkov@linaro.org Signed-off-by: Rob Clark <robdclark@chromium.org>
1 parent ac3e4f4 commit 05241de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/display/msm/dpu-qcm2290.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ examples:
160160
mdss: mdss@5e00000 {
161161
#address-cells = <1>;
162162
#size-cells = <1>;
163-
compatible = "qcom,qcm2290-mdss", "qcom,mdss";
163+
compatible = "qcom,qcm2290-mdss";
164164
reg = <0x05e00000 0x1000>;
165165
reg-names = "mdss";
166166
power-domains = <&dispcc MDSS_GDSC>;
@@ -180,7 +180,7 @@ examples:
180180
<&apps_smmu 0x421 0x0>;
181181
ranges;
182182
183-
mdss_mdp: mdp@5e01000 {
183+
mdss_mdp: display-controller@5e01000 {
184184
compatible = "qcom,qcm2290-dpu";
185185
reg = <0x05e01000 0x8f000>,
186186
<0x05eb0000 0x2008>;

0 commit comments

Comments
 (0)