Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: gcc-sc8180x: Add missing USB MP resets

The USB multiport controller needs a few additional resets, add these to
the driver.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240730-sc8180x-usb-mp-v2-2-a7dc4265b553@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Bjorn Andersson and committed by
Bjorn Andersson
a5652d05 856d6c27

+4
+4
drivers/clk/qcom/gcc-sc8180x.c
··· 4546 4546 [GCC_USB3_PHY_SEC_BCR] = { 0x50018 }, 4547 4547 [GCC_USB3PHY_PHY_SEC_BCR] = { 0x5001c }, 4548 4548 [GCC_USB3_DP_PHY_SEC_BCR] = { 0x50020 }, 4549 + [GCC_USB3_UNIPHY_MP0_BCR] = { 0x50024 }, 4550 + [GCC_USB3_UNIPHY_MP1_BCR] = { 0x50028 }, 4551 + [GCC_USB3UNIPHY_PHY_MP0_BCR] = { 0x5002c }, 4552 + [GCC_USB3UNIPHY_PHY_MP1_BCR] = { 0x50030 }, 4549 4553 [GCC_SDCC2_BCR] = { 0x14000 }, 4550 4554 [GCC_SDCC4_BCR] = { 0x16000 }, 4551 4555 [GCC_TSIF_BCR] = { 0x36000 },