mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
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:
parent
b5de5be5e0
commit
58dce8f52f
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user