Skip to content

Commit ae8913a

Browse files
committed
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 <[email protected]>
1 parent 94cc451 commit ae8913a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/drivers/build_all/input/app.overlay

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@
148148
};
149149

150150
longpress: longpress {
151-
input = <&longpress>;
152151
compatible = "zephyr,input-longpress";
153152
input-codes = <0>;
154153
short-codes = <0>;
@@ -157,7 +156,6 @@
157156
};
158157

159158
double_tap: doubletap {
160-
input = <&double_tap>;
161159
compatible = "zephyr,input-double-tap";
162160
input-codes = <0>;
163161
double-tap-codes = <0>;

0 commit comments

Comments
 (0)