
12 Jul
2021
12 Jul
'21
1 a.m.
Some rockchip drivers use a suffix on the of_match line which is not strictly valid. At present this causes the parsing to fail. Fix this and offer a warning.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/dtoc/src_scan.py | 12 +++-- tools/dtoc/test_src_scan.py | 92 +++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+), 3 deletions(-)
Applied to u-boot-dm, thanks!