diff options
author | Kalyan Thota <kalyan_t@codeaurora.org> | 2019-11-25 12:59:26 +0100 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2020-01-03 00:28:46 +0100 |
commit | 854f94226a91010e81e09d79ba7ea253e64e6091 (patch) | |
tree | 997304b8056b5cb7054fa94f275c5ffd77b817a2 /Documentation | |
parent | msm: disp: dpu1: add support to access hw irqs regs depending on revision (diff) | |
download | linux-854f94226a91010e81e09d79ba7ea253e64e6091.tar.xz linux-854f94226a91010e81e09d79ba7ea253e64e6091.zip |
dt-bindings: msm:disp: add sc7180 DPU variant
Add a compatible string to support sc7180 dpu version.
Signed-off-by: Kalyan Thota <kalyan_t@codeaurora.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/dpu.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dpu.txt b/Documentation/devicetree/bindings/display/msm/dpu.txt index a61dd40f3792..551ae26f60da 100644 --- a/Documentation/devicetree/bindings/display/msm/dpu.txt +++ b/Documentation/devicetree/bindings/display/msm/dpu.txt @@ -8,7 +8,7 @@ The DPU display controller is found in SDM845 SoC. MDSS: Required properties: -- compatible: "qcom,sdm845-mdss" +- compatible: "qcom,sdm845-mdss", "qcom,sc7180-mdss" - reg: physical base address and length of contoller's registers. - reg-names: register region names. The following region is required: * "mdss" @@ -41,7 +41,7 @@ Optional properties: MDP: Required properties: -- compatible: "qcom,sdm845-dpu" +- compatible: "qcom,sdm845-dpu", "qcom,sc7180-dpu" - reg: physical base address and length of controller's registers. - reg-names : register region names. The following region is required: * "mdp" |