Commit e49268cc authored by Vaibhav Hiremath's avatar Vaibhav Hiremath Committed by Greg Kroah-Hartman

greybus: arche-apb-ctrl: Do not bring APB out of reset in probe

With addition of handshaking between AP <=> SVC, driver
brings out APB out of reset only on reception of WAKE_MOD
signal from SVC. So remove the deassertion from probe.
Signed-off-by: default avatarVaibhav Hiremath <vaibhav.hiremath@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent ae0bf3a6
......@@ -338,8 +338,6 @@ int arche_apb_ctrl_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, apb);
assert_gpio(apb->resetn_gpio);
export_gpios(apb);
dev_info(&pdev->dev, "Device registered successfully\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment