Skip to content

Commit 3b94656

Browse files
lumaggregkh
authored andcommitted
interconnect: qcom: msm8996: add missing link to SLAVE_USB_HS
[ Upstream commit 8cf9b43 ] >From the initial submission the interconnect driver missed the link from SNOC_PNOC to the USB 2 configuration space. Add missing link in order to let the platform configure and utilize this path. Fixes: 7add937 ("interconnect: qcom: Add MSM8996 interconnect provider driver") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251002-fix-msm8996-icc-v1-1-a36a05d1f869@oss.qualcomm.com Signed-off-by: Georgi Djakov <djakov@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 4351b86 commit 3b94656

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/interconnect/qcom/msm8996.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ static struct qcom_icc_node mas_venus_vmem = {
552552
static const u16 mas_snoc_pnoc_links[] = {
553553
MSM8996_SLAVE_BLSP_1,
554554
MSM8996_SLAVE_BLSP_2,
555+
MSM8996_SLAVE_USB_HS,
555556
MSM8996_SLAVE_SDCC_1,
556557
MSM8996_SLAVE_SDCC_2,
557558
MSM8996_SLAVE_SDCC_4,

0 commit comments

Comments
 (0)