diff options
author | Simon Glass <sjg@chromium.org> | 2016-06-19 17:33:15 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-11 14:06:44 -0600 |
commit | 920c6965d11137fff45feccee7e1108875b196d0 (patch) | |
tree | f77260fe2f5c72cc6f799055cc6e947eb2867612 /include/fdtdec.h | |
parent | 39ea0ee925327c329053288724b42bda875b4074 (diff) | |
download | u-boot-imx-920c6965d11137fff45feccee7e1108875b196d0.zip u-boot-imx-920c6965d11137fff45feccee7e1108875b196d0.tar.gz u-boot-imx-920c6965d11137fff45feccee7e1108875b196d0.tar.bz2 |
sandbox: Find keyboard driver using driver model
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@chromium.org>
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r-- | include/fdtdec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index e53d225..151c590 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -134,7 +134,6 @@ enum fdt_compat_id { COMPAT_SAMSUNG_S3C2440_I2C, /* Exynos I2C Controller */ COMPAT_SAMSUNG_EXYNOS5_SOUND, /* Exynos Sound */ COMPAT_WOLFSON_WM8994_CODEC, /* Wolfson WM8994 Sound Codec */ - COMPAT_GOOGLE_CROS_EC_KEYB, /* Google CROS_EC Keyboard */ COMPAT_SAMSUNG_EXYNOS_USB_PHY, /* Exynos phy controller for usb2.0 */ COMPAT_SAMSUNG_EXYNOS5_USB3_PHY,/* Exynos phy controller for usb3.0 */ COMPAT_SAMSUNG_EXYNOS_TMU, /* Exynos TMU */ |