Commit ae8913a
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
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
| |||
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
160 | | - | |
161 | 159 | | |
162 | 160 | | |
163 | 161 | | |
| |||
0 commit comments