Commit c8c61c09 authored by Georgi Djakov's avatar Georgi Djakov Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sdm845: Add interconnects property for display



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: default avatarGeorgi Djakov <georgi.djakov@linaro.org>
Link: https://lore.kernel.org/r/20200915214511.786-1-georgi.djakov@linaro.org


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 79a595bb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3813,6 +3813,10 @@
			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>;