mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
[hack] clk: qcom: gcc-glymur: ignore usb2 pipe clock enable for hdmi on a16
This commit is contained in:
@@ -6823,7 +6823,7 @@ static struct clk_branch gcc_usb3_tert_phy_aux_clk = {
|
||||
|
||||
static struct clk_branch gcc_usb3_tert_phy_com_aux_clk = {
|
||||
.halt_reg = 0xe1074,
|
||||
.halt_check = BRANCH_HALT,
|
||||
.halt_check = BRANCH_HALT_SKIP, // TODO: FIXME HACK
|
||||
.clkr = {
|
||||
.enable_reg = 0xe1074,
|
||||
.enable_mask = BIT(0),
|
||||
|
||||
Reference in New Issue
Block a user