
30 Jun
2020
30 Jun
'20
4:49 a.m.
On Mon, Jun 15, 2020 at 11:57 AM Simon Glass sjg@chromium.org wrote:
Some devices such as GPIO need to override the normal path that would be generated by driver model. Add a device-tree property for this.
Signed-off-by: Simon Glass sjg@chromium.org
doc/device-tree-bindings/device.txt | 23 +++++++++++++++++++++++ drivers/core/acpi.c | 19 +++++++++++++++++++ include/dm/acpi.h | 13 +++++++++++++ 3 files changed, 55 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com