]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: enable cros-ec-keyb in test.dtb
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 18 Feb 2021 12:01:35 +0000 (13:01 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:26 +0000 (19:23 +1300)
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>
arch/sandbox/dts/test.dts

index 2600360224900fcdeed20d53c6273fc3364996b4..f15d1ebabcf4888055bab53dd4e6d773c86ef8d7 100644 (file)
 };
 
 #include "sandbox_pmic.dtsi"
+#include "cros-ec-keyboard.dtsi"