[PATCH 1/1] sandbox: enable cros-ec-keyb in test.dtb

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Feb 18 13:01:35 CET 2021


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 at gmx.de>
---
 arch/sandbox/dts/test.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index e95f4631bf..8ffdb14e08 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -1355,3 +1355,4 @@
 };

 #include "sandbox_pmic.dtsi"
+#include "cros-ec-keyboard.dtsi"
--
2.30.0



More information about the U-Boot mailing list