Skip to content

Commit 88bdac5

Browse files
krzkandersson
authored andcommitted
dt-bindings: display/msm: qcm2290-mdss: Fix missing ranges in example
Device node has children with MMIO addressing, so must have ranges: msm/qcom,qcm2290-mdss.example.dtb: display-subsystem@5e00000 (qcom,qcm2290-mdss): 'ranges' is a required property Fixes: 966a08c ("dt-bindings: display: msm: qcm2290-mdss: Fix iommus property") Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Sumit Garg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 2c409e0 commit 88bdac5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Documentation/devicetree/bindings/display/msm/qcom,qcm2290-mdss.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ examples:
108108
"cpu-cfg";
109109
110110
iommus = <&apps_smmu 0x420 0x2>;
111+
ranges;
111112
112113
display-controller@5e01000 {
113114
compatible = "qcom,qcm2290-dpu";

0 commit comments

Comments
 (0)