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 <fabianblatz@gmail.com>
This commit is contained in:
parent
9564780564
commit
a924b133a3
@ -196,6 +196,7 @@
|
||||
|
||||
input_sdl_touch: input-sdl-touch {
|
||||
compatible = "zephyr,input-sdl-touch";
|
||||
display = <&sdl_dc>;
|
||||
};
|
||||
|
||||
can_loopback0: can_loopback0 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user