Re: [PATCH 09/10] dtoc: update dtb_platdata to support cd-gpios

2020-06-13 Thread Simon Glass
Hi Walter, On Mon, 8 Jun 2020 at 10:01, Walter Lozano wrote: > > Hi Simon > > On 4/6/20 12:59, Simon Glass wrote: > > On Fri, 29 May 2020 at 12:15, Walter Lozano > > wrote: > >> Currently dtoc does not support the property cd-gpios used to declare > >> the gpios for card detect in mmc. > >> > >

Re: [PATCH 09/10] dtoc: update dtb_platdata to support cd-gpios

2020-06-08 Thread Walter Lozano
Hi Simon On 4/6/20 12:59, Simon Glass wrote: On Fri, 29 May 2020 at 12:15, Walter Lozano wrote: Currently dtoc does not support the property cd-gpios used to declare the gpios for card detect in mmc. This patch adds support to cd-gpios property. Signed-off-by: Walter Lozano --- tools/dtoc

Re: [PATCH 09/10] dtoc: update dtb_platdata to support cd-gpios

2020-06-04 Thread Simon Glass
On Fri, 29 May 2020 at 12:15, Walter Lozano wrote: > > Currently dtoc does not support the property cd-gpios used to declare > the gpios for card detect in mmc. > > This patch adds support to cd-gpios property. > > Signed-off-by: Walter Lozano > --- > tools/dtoc/dtb_platdata.py | 13

[PATCH 09/10] dtoc: update dtb_platdata to support cd-gpios

2020-05-29 Thread Walter Lozano
Currently dtoc does not support the property cd-gpios used to declare the gpios for card detect in mmc. This patch adds support to cd-gpios property. Signed-off-by: Walter Lozano --- tools/dtoc/dtb_platdata.py | 13 - tools/dtoc/test_dtoc.py| 2 +- 2 files changed, 9 insertions