mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Merge branch 'icc-msm8996' into icc-next
The lack of the interconnects for the USB2 host might result in the register writes for the PHY not reaching the PHY and thus the PLL not locking up, resulting in -EBUSY errors for the USB host on the platform. Add missing interconnect link and add interconnect paths to the USB2 device. * icc-msm8996 interconnect: qcom: msm8996: add missing link to SLAVE_USB_HS arm64: dts: qcom: msm8996: add interconnect paths to USB2 controller Link: https://lore.kernel.org/r/20251002-fix-msm8996-icc-v1-0-a36a05d1f869@oss.qualcomm.com Signed-off-by: Georgi Djakov <djakov@kernel.org>
This commit is contained in:
@@ -3496,6 +3496,9 @@
|
||||
<&gcc GCC_USB20_MASTER_CLK>;
|
||||
assigned-clock-rates = <19200000>, <60000000>;
|
||||
|
||||
interconnects = <&pnoc MASTER_USB_HS &bimc SLAVE_EBI_CH0>,
|
||||
<&bimc MASTER_AMPSS_M0 &pnoc SLAVE_USB_HS>;
|
||||
interconnect-names = "usb-ddr", "apps-usb";
|
||||
power-domains = <&gcc USB30_GDSC>;
|
||||
qcom,select-utmi-as-pipe-clk;
|
||||
status = "disabled";
|
||||
|
||||
@@ -552,6 +552,7 @@ static struct qcom_icc_node mas_venus_vmem = {
|
||||
static const u16 mas_snoc_pnoc_links[] = {
|
||||
MSM8996_SLAVE_BLSP_1,
|
||||
MSM8996_SLAVE_BLSP_2,
|
||||
MSM8996_SLAVE_USB_HS,
|
||||
MSM8996_SLAVE_SDCC_1,
|
||||
MSM8996_SLAVE_SDCC_2,
|
||||
MSM8996_SLAVE_SDCC_4,
|
||||
|
||||
Reference in New Issue
Block a user