提交 4e007f81 编写于 作者: M Mark A. Greer 提交者: Samuel Ortiz

NFC: trf7970a: Delay after initialization

The trf7970a should be given at least 1 ms to
completely initialize after the 'Software Init'
and 'Idle' commands have been issued.
Signed-off-by: NMark A. Greer <mgreer@animalcreek.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 77c9539d
......@@ -824,6 +824,8 @@ static int trf7970a_init(struct trf7970a *trf)
if (ret)
goto err_out;
usleep_range(1000, 2000);
ret = trf7970a_write(trf, TRF7970A_MODULATOR_SYS_CLK_CTRL, 0);
if (ret)
goto err_out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册