greybus: arche-apb-ctrl: Assert reset to APB at the end of probe
Until we have proper handshake mechanism implemented with SVC assert reset to APB at the end of probe. We are safe here to do that, as SVC always enables clock to APB's currently. And also from EVT1 perspective, we should be good, as clock control signals are now moved to AP. Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Родитель
5a78178718
Коммит
166f0aed32
|
@ -325,6 +325,8 @@ static int arche_apb_ctrl_probe(struct platform_device *pdev)
|
|||
|
||||
platform_set_drvdata(pdev, apb);
|
||||
|
||||
assert_gpio(apb->resetn_gpio);
|
||||
|
||||
dev_info(&pdev->dev, "Device registered successfully\n");
|
||||
return 0;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче