Skip to content

Commit

Permalink
tests: Fix DTS overlay for build_all/input
Browse files Browse the repository at this point in the history
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
tbursztyka committed Jun 8, 2024
1 parent fed7495 commit b18717e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/drivers/build_all/input/app.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
};

longpress: longpress {
input = <&longpress>;
compatible = "zephyr,input-longpress";
input-codes = <0>;
short-codes = <0>;
Expand Down

0 comments on commit b18717e

Please sign in to comment.