10 Aug
2015
10 Aug
'15
10:35 a.m.
On Mon, Aug 10, 2015 at 09:10:01AM +0100, Charles Keepax wrote:
No as we have discussed currently the driver has no support for ACPI. I would imagine there is an ACPI equivalent of of_get_named_gpio which is what the function you mention uses to get the actual GPIO number though. But I don't know what the exact function is.
You should use devm_gpiod_get() and friends. If you do not have corresponding Linux device node, then it is fwnode_get_named_gpiod().