Skip to content

Commit 5267244

Browse files
committed
Merge tag 'hdq-fix' into omap-for-v5.6/fixes-rc2
2 parents fa63c00 + aec551c commit 5267244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/bus/ti-sysc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ static void sysc_init_revision_quirks(struct sysc *ddata)
14001400
}
14011401

14021402
/* 1-wire needs module's internal clocks enabled for reset */
1403-
static void sysc_clk_enable_quirk_hdq1w(struct sysc *ddata)
1403+
static void sysc_pre_reset_quirk_hdq1w(struct sysc *ddata)
14041404
{
14051405
int offset = 0x0c; /* HDQ_CTRL_STATUS */
14061406
u16 val;
@@ -1488,7 +1488,7 @@ static void sysc_init_module_quirks(struct sysc *ddata)
14881488
return;
14891489

14901490
if (ddata->cfg.quirks & SYSC_MODULE_QUIRK_HDQ1W) {
1491-
ddata->clk_enable_quirk = sysc_clk_enable_quirk_hdq1w;
1491+
ddata->clk_disable_quirk = sysc_pre_reset_quirk_hdq1w;
14921492

14931493
return;
14941494
}

0 commit comments

Comments
 (0)