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>
This commit is contained in:
Heinrich Schuchardt 2021-02-18 13:01:35 +01:00 committed by Simon Glass
parent b1b6efc343
commit 4a2a78ca5c

View File

@ -1402,3 +1402,4 @@
};
#include "sandbox_pmic.dtsi"
#include "cros-ec-keyboard.dtsi"