diff options
author | Heinrich Schuchardt | 2021-02-18 13:01:35 +0100 |
---|---|---|
committer | Simon Glass | 2021-03-22 19:23:26 +1300 |
commit | 4a2a78ca5c2d70ff1e94a74ff2a96a440379dc01 (patch) | |
tree | 05e0c9ade4ee1d1a94d5b16c4252872c11d78be5 | |
parent | b1b6efc343a5c7b64bdbc0493a16b5e36fb846fb (diff) |
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>
-rw-r--r-- | arch/sandbox/dts/test.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 26003602249..f15d1ebabcf 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -1402,3 +1402,4 @@ }; #include "sandbox_pmic.dtsi" +#include "cros-ec-keyboard.dtsi" |