Message ID | 1545373748-1416-1-git-send-email-jshekhar@codeaurora.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1] arm64: dts: sdm845: add interconnect DT entries for MDSS on SDM845 | expand |
On Thu, Dec 20, 2018 at 10:29 PM Jayant Shekhar <jshekhar@codeaurora.org> wrote: > > Add interconnect properties such as the source and the destination > ports for MDSS on SDM845. > > Signed-off-by: Jayant Shekhar <jshekhar@codeaurora.org> Reviewed-by: Evan Green <evgreen@chromium.org>
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 0ded68c..ba97547 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -2120,6 +2120,11 @@ interrupt-controller; #interrupt-cells = <1>; + interconnects = <&rsc_hlos MASTER_MDP0 &rsc_hlos SLAVE_EBI1>, + <&rsc_hlos MASTER_MDP1 &rsc_hlos SLAVE_EBI1>; + + interconnect-names = "mdp0-mem", "mdp1-mem"; + iommus = <&apps_smmu 0x880 0x8>, <&apps_smmu 0xc80 0x8>;
Add interconnect properties such as the source and the destination ports for MDSS on SDM845. Signed-off-by: Jayant Shekhar <jshekhar@codeaurora.org> --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 5 +++++ 1 file changed, 5 insertions(+)