diff mbox series

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

Message ID 20210218120135.65347-1-xypron.glpk@gmx.de
State Accepted
Commit 4a2a78ca5c2d70ff1e94a74ff2a96a440379dc01
Delegated to: Simon Glass
Headers show
Series [1/1] sandbox: enable cros-ec-keyb in test.dtb | expand

Commit Message

Heinrich Schuchardt Feb. 18, 2021, 12:01 p.m. UTC
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>
---
 arch/sandbox/dts/test.dts | 1 +
 1 file changed, 1 insertion(+)

--
2.30.0

Comments

Simon Glass Feb. 19, 2021, 4:52 a.m. UTC | #1
On Thu, 18 Feb 2021 at 05:01, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> 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>
> ---
>  arch/sandbox/dts/test.dts | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Simon Glass March 16, 2021, 5:58 a.m. UTC | #2
On Thu, 18 Feb 2021 at 05:01, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> 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>
> ---
>  arch/sandbox/dts/test.dts | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm/next, thanks!
diff mbox series

Patch

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"