Skip to content

Commit a924b13

Browse files
faxe1008kartben
authored andcommitted
boards: native_sim: Associate sdl touch instance with display
Adds the device handle for the display to the zephyr,input-touch-sdl instance. Signed-off-by: Fabian Blatz <[email protected]>
1 parent 9564780 commit a924b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/native/native_sim/native_sim.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196

197197
input_sdl_touch: input-sdl-touch {
198198
compatible = "zephyr,input-sdl-touch";
199+
display = <&sdl_dc>;
199200
};
200201

201202
can_loopback0: can_loopback0 {

0 commit comments

Comments
 (0)