[U-Boot] [PATCH v3 5/5] sandbox: Find keyboard driver using driver model
Simon Glass
sjg at chromium.org
Mon Jul 4 01:26:09 CEST 2016
On 19 June 2016 at 17:33, Simon Glass <sjg at chromium.org> wrote:
> The cros-ec keyboard is always a child of the cros-ec node. Rather than
> searching the device tree, looking at the children. Remove the compat string
> which is now unused.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3:
> - Add new patch to find keyboard driver using driver model
>
> drivers/misc/cros_ec_sandbox.c | 11 ++++++++++-
> include/fdtdec.h | 1 -
> lib/fdtdec.c | 1 -
> 3 files changed, 10 insertions(+), 3 deletions(-)
Applied to u-boot-dm/next.
More information about the U-Boot
mailing list