Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clk: qcom: gcc-msm8953: fix stuck gcc_usb30_master_clk
According to downstream dwc3-msm source this clock has FSM dependency on gcc_pcnoc_usb30_clk so enabling it would fail if latter isn't enabled. This patch add works around this issue by changing parent of gcc_usb30_master_clk to gcc_pcnoc_usb30_clk. This is acceptable because both clocks have same parent and are branches/gates. Signed-off-by: Barnabás Czémán <[email protected]>
- Loading branch information