Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 730027b9 authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

interconnect: qcom: Update the number of DDR channels for Holi



DDR interface is (2x16), so update the number of channels to "2"
and bus width to "4".

Change-Id: I2e6c8f3ebe8cce38412dbcb5fe9032353d28b597
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 550a843c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -806,8 +806,8 @@ static struct qcom_icc_node xm_qdss_etr = {
static struct qcom_icc_node ebi = {
	.name = "ebi",
	.id = SLAVE_EBI,
	.channels = 1,
	.buswidth = 8,
	.channels = 2,
	.buswidth = 4,
	.mas_rpm_id = -1,
	.slv_rpm_id = ICBID_SLAVE_EBI1,
	.num_links = 0,