summaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-02-18 15:01:35 +0300
committerSimon Glass <sjg@chromium.org>2021-03-22 09:23:26 +0300
commit4a2a78ca5c2d70ff1e94a74ff2a96a440379dc01 (patch)
tree05e0c9ade4ee1d1a94d5b16c4252872c11d78be5 /arch/sandbox
parentb1b6efc343a5c7b64bdbc0493a16b5e36fb846fb (diff)
downloadu-boot-4a2a78ca5c2d70ff1e94a74ff2a96a440379dc01.tar.xz
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>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/test.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 2600360224..f15d1ebabc 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"