mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-20 04:19:41 +00:00
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:
parent
5a78178718
commit
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user