Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Fix DTS overlay for build_all/input
It's clearly a bug: an input device is not meant to listen to itself. This creates a dependency loop, and it is actually surprising this did not get detected by DTS (which does call add_edge on graph on the same node). Binding description of the node says 'input' property can be left empty so removing the line entirely. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@proton.me>
- Loading branch information