mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
sandbox: enable cros-ec-keyb in test.dtb
Currently keyboard input fails in the GUI window opened by ./u-boot -T -l Add the missing include to test.dts. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b1b6efc343
commit
4a2a78ca5c
1 changed files with 1 additions and 0 deletions
|
@ -1402,3 +1402,4 @@
|
|||
};
|
||||
|
||||
#include "sandbox_pmic.dtsi"
|
||||
#include "cros-ec-keyboard.dtsi"
|
||||
|
|
Loading…
Add table
Reference in a new issue