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

Commit f33c23b1 authored by Girish Mahadevan's avatar Girish Mahadevan Committed by Gerrit - the friendly Code Review server
Browse files

msm: msm_bus: Modifications for IPA master on 9625



During bootup Apps programs the QOS registers for some masters. Some
of these registers are clocked off of the main core bus clock which needs
to be enabled. Adding this clock node for IPA master.

Also correcting the QOS port num for IPA which is used to compute the
correct register offsets to the QOS registers.

Change-Id: I08ee37427b1fb2cfcded9afb9abc8135d78bf968
Signed-off-by: default avatarGirish Mahadevan <girishm@codeaurora.org>
parent 54938e72
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ static int qports_kmpss[] = {0};
static int qports_lpass_ahb[] = {0};
static int qports_qdss_bam[] = {1};
static int qports_gw_pnoc_snoc[] = {8};
static int qports_ipa[] = {7};
static int qports_ipa[] = {3};
static int qports_qdss_etr[] = {10};

static struct msm_bus_node_info sys_noc_info[] = {
@@ -527,6 +527,7 @@ static struct msm_bus_node_info sys_noc_info[] = {
		.qport = qports_ipa,
		.mas_hw_id = MAS_IPA,
		.hw_sel = MSM_BUS_NOC,
		.iface_clk_node = "msm_bus_ipa",
	},
	{
		.id = MSM_BUS_MASTER_QDSS_ETR,