Re: [PATCH v1 06/43] dm: core: Add a way of overriding the ACPI device path

2020-06-29 Thread Bin Meng
On Mon, Jun 15, 2020 at 11:57 AM Simon Glass  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 
> ---
>
>  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 


Re: [PATCH v1 06/43] dm: core: Add a way of overriding the ACPI device path

2020-06-25 Thread Wolfgang Wallner
Hi Simon,

-"Simon Glass"  schrieb: -
> Betreff: [PATCH v1 06/43] dm: core: Add a way of overriding the ACPI device 
> path
> 
> 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 
> ---
> 
>  doc/device-tree-bindings/device.txt | 23 +++
>  drivers/core/acpi.c | 19 +++
>  include/dm/acpi.h   | 13 +
>  3 files changed, 55 insertions(+)

Reviewed-by: Wolfgang Wallner