commit | 240f0b1712e45199551b5e6014b6f0c7c7c478fa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 04 12:19:48 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:34 2021 -0600 |
tree | 7fbfc2392b9cf0cc1b02fd84d4036a6f4bf6fe1f | |
parent | 9dc87d3f4af14842199779a7434cb94ad94ab623 [diff] |
dtoc: Detect unexpected suffix on .of_match 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>