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

clk: Add USB3 PHY reset lines

Adding missing reset lines for USB 3.0 PHY.

Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

authored by

Vivek Gautam and committed by
Stephen Boyd
dc19b6f5 f00d2db7

+4
+2
drivers/clk/qcom/gcc-msm8996.c
··· 3329 3329 [GCC_USB_20_BCR] = { 0x12000 }, 3330 3330 [GCC_QUSB2PHY_PRIM_BCR] = { 0x12038 }, 3331 3331 [GCC_QUSB2PHY_SEC_BCR] = { 0x1203c }, 3332 + [GCC_USB3_PHY_BCR] = { 0x50020 }, 3333 + [GCC_USB3PHY_PHY_BCR] = { 0x50024 }, 3332 3334 [GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x6a000 }, 3333 3335 [GCC_SDCC1_BCR] = { 0x13000 }, 3334 3336 [GCC_SDCC2_BCR] = { 0x14000 },
+2
include/dt-bindings/clock/qcom,gcc-msm8996.h
··· 337 337 #define GCC_QREFS_VBG_CAL_BCR 100 338 338 #define GCC_PCIE_PHY_COM_BCR 101 339 339 #define GCC_PCIE_PHY_COM_NOCSR_BCR 102 340 + #define GCC_USB3_PHY_BCR 103 341 + #define GCC_USB3PHY_PHY_BCR 104 340 342 341 343 342 344 /* Indexes for GDSCs */