We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa63c00 + aec551c commit 5267244Copy full SHA for 5267244
drivers/bus/ti-sysc.c
@@ -1400,7 +1400,7 @@ static void sysc_init_revision_quirks(struct sysc *ddata)
1400
}
1401
1402
/* 1-wire needs module's internal clocks enabled for reset */
1403
-static void sysc_clk_enable_quirk_hdq1w(struct sysc *ddata)
+static void sysc_pre_reset_quirk_hdq1w(struct sysc *ddata)
1404
{
1405
int offset = 0x0c; /* HDQ_CTRL_STATUS */
1406
u16 val;
@@ -1488,7 +1488,7 @@ static void sysc_init_module_quirks(struct sysc *ddata)
1488
return;
1489
1490
if (ddata->cfg.quirks & SYSC_MODULE_QUIRK_HDQ1W) {
1491
- ddata->clk_enable_quirk = sysc_clk_enable_quirk_hdq1w;
+ ddata->clk_disable_quirk = sysc_pre_reset_quirk_hdq1w;
1492
1493
1494
0 commit comments