Merge "interconnect: qcom: lemans: Add keepalive for PCI0 BCM"

This commit is contained in:
qctecmdr 2024-01-10 22:13:09 -08:00 committed by Gerrit - the friendly Code Review server
commit 50606fe973

View File

@ -2624,6 +2624,7 @@ static struct qcom_icc_bcm bcm_nsb1 = {
static struct qcom_icc_bcm bcm_pci0 = {
.name = "PCI0",
.voter_idx = VOTER_IDX_HLOS,
.keepalive = true,
.num_nodes = 1,
.nodes = { &qns_pcie_mem_noc },
};