Skip to content
Snippets Groups Projects
Commit 9d497cb1 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

rtl8366: fix rtl8366_smi_detect() after r29677

SVN-Revision: 29732
parent 3883e710
No related branches found
No related tags found
No related merge requests found
......@@ -1204,6 +1204,9 @@ enum rtl8366_type rtl8366_smi_detect(struct rtl8366_platform_data *pdata)
memset(&smi, 0, sizeof(smi));
smi.gpio_sda = pdata->gpio_sda;
smi.gpio_sck = pdata->gpio_sck;
smi.clk_delay = 10;
smi.cmd_read = 0xa9;
smi.cmd_write = 0xa8;
if (__rtl8366_smi_init(&smi, "rtl8366"))
goto out;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment