arm64: dts: qcom: sdm845: Add interconnects property for display
authorGeorgi Djakov <georgi.djakov@linaro.org>
Tue, 15 Sep 2020 21:45:11 +0000 (00:45 +0300)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 15 Sep 2020 23:45:22 +0000 (23:45 +0000)
Add the interconnect paths that are used by the display (MDSS). This
will allow the driver to request the needed bandwidth and prevent
display flickering.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Link: https://lore.kernel.org/r/20200915214511.786-1-georgi.djakov@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index b406206..d3737ff 100644 (file)
                        interrupt-controller;
                        #interrupt-cells = <1>;
 
+                       interconnects = <&mmss_noc MASTER_MDP0 0 &mem_noc SLAVE_EBI1 0>,
+                                       <&mmss_noc MASTER_MDP1 0 &mem_noc SLAVE_EBI1 0>;
+                       interconnect-names = "mdp0-mem", "mdp1-mem";
+
                        iommus = <&apps_smmu 0x880 0x8>,
                                 <&apps_smmu 0xc80 0x8>;