interconnect: qcom: pineapple: Add local clock for qnm_ubwc_p

Add the local clock gcc_ddrss_ubwcp_clk for the icc node
qnm_ubwc_p, then gcc_ddrss_ubwcp_clk can be scaled along
with the bandwidth of qnm_ubwc_p.

Change-Id: I47fe30106f07c10efa18aac5f5fa5f42b1f5ab2b
Signed-off-by: Xubin Bai <quic_xubibai@quicinc.com>
This commit is contained in:
Xubin Bai 2022-07-13 03:44:54 -07:00 committed by Gerrit - the friendly Code Review server
parent b5de5be5e0
commit 58dce8f52f

View File

@ -660,6 +660,9 @@ static struct qcom_icc_node qnm_ubwc_p = {
.qosbox = &qnm_ubwc_p_qos,
.num_links = 1,
.links = { SLAVE_LLCC },
.clk_name = "gcc_ddrss_ubwcp_clk",
.bw_scale_numerator = 15,
.bw_scale_denominator = 10,
};
static struct qcom_icc_qosbox xm_gic_qos = {