commit | e24fdefda36a4527f7f4bad77684c9e12e8da5f2 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Feb 18 13:01:35 2021 +0100 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:26 2021 +1300 |
tree | 05e0c9ade4ee1d1a94d5b16c4252872c11d78be5 | |
parent | 9bbcf9bafcea1b505182ce5625ffe034e692e39d [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>
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 2600360..f15d1eb 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"