Hi Simon, On 7/4/21 3:19 PM, Simon Glass wrote: > This expects a . before the field name (.e.g '.compatible = ...) but > presently accepts anything at all. Fix it. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > tools/dtoc/src_scan.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Walter Lozano <walter.loz...@collabora.com> Thanks! Walter > Applied to u-boot-dm, thanks!