Re: [PATCH 06/24] dtoc: Support adding a string list to a device tree

2022-03-05 Thread Simon Glass
Hi Alper, On Thu, 3 Mar 2022 at 14:14, Alper Nebi Yasak wrote: > > On 24/02/2022 01:58, Simon Glass wrote: > > On Tue, 15 Feb 2022 at 04:53, Alper Nebi Yasak > > wrote: > >> On 08/02/2022 21:49, Simon Glass wrote: > >>> diff --git a/tools/dtoc/fdt.py b/tools/dtoc/fdt.py > >>> index

Re: [PATCH 06/24] dtoc: Support adding a string list to a device tree

2022-03-03 Thread Alper Nebi Yasak
On 24/02/2022 01:58, Simon Glass wrote: > On Tue, 15 Feb 2022 at 04:53, Alper Nebi Yasak > wrote: >> On 08/02/2022 21:49, Simon Glass wrote: >>> diff --git a/tools/dtoc/fdt.py b/tools/dtoc/fdt.py >>> index 32a7aa9829..e7197f8f12 100644 >>> --- a/tools/dtoc/fdt.py >>> +++ b/tools/dtoc/fdt.py >>>

Re: [PATCH 06/24] dtoc: Support adding a string list to a device tree

2022-02-23 Thread Simon Glass
Hi Alper, On Tue, 15 Feb 2022 at 04:53, Alper Nebi Yasak wrote: > > On 08/02/2022 21:49, Simon Glass wrote: > > Add a new function to add a string list. > > > > Signed-off-by: Simon Glass > > --- > > > > tools/dtoc/fdt.py | 18 ++ > > tools/dtoc/test_fdt.py | 8 >

Re: [PATCH 06/24] dtoc: Support adding a string list to a device tree

2022-02-22 Thread Simon Glass
On 08/02/2022 21:49, Simon Glass wrote: > Add a new function to add a string list. > > Signed-off-by: Simon Glass > --- > > tools/dtoc/fdt.py | 18 ++ > tools/dtoc/test_fdt.py | 8 > 2 files changed, 26 insertions(+) > Applied to u-boot-dm, thanks!

Re: [PATCH 06/24] dtoc: Support adding a string list to a device tree

2022-02-15 Thread Alper Nebi Yasak
On 08/02/2022 21:49, Simon Glass wrote: > Add a new function to add a string list. > > Signed-off-by: Simon Glass > --- > > tools/dtoc/fdt.py | 18 ++ > tools/dtoc/test_fdt.py | 8 > 2 files changed, 26 insertions(+) > > diff --git a/tools/dtoc/fdt.py

[PATCH 06/24] dtoc: Support adding a string list to a device tree

2022-02-08 Thread Simon Glass
Add a new function to add a string list. Signed-off-by: Simon Glass --- tools/dtoc/fdt.py | 18 ++ tools/dtoc/test_fdt.py | 8 2 files changed, 26 insertions(+) diff --git a/tools/dtoc/fdt.py b/tools/dtoc/fdt.py index 32a7aa9829..e7197f8f12 100644 ---