[U-Boot] [PATCH v2 15/17] cros_ec: exynos: Match up device tree with kernel version

Simon Glass sjg at chromium.org
Wed Apr 1 05:16:42 CEST 2015


On 26 March 2015 at 09:29, Simon Glass <sjg at chromium.org> wrote:
> The U-Boot device trees are slightly different in a few places. Adjust them
> to remove most of the differences. Note that U-Boot does not support the
> concept of interrupts as distinct from GPIOs, so this difference remains.
>
> For sandbox, use the same keyboard file as for ARM boards and drop the
> host emulation bus which seems redundant.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Adjust snow to move cros_ec from SPI to I2C
>
>  arch/arm/dts/exynos5250-snow.dts       |  11 ++--
>  arch/arm/dts/exynos5420-peach-pit.dts  |   5 +-
>  arch/arm/dts/exynos5800-peach-pi.dts   |   4 +-
>  arch/sandbox/dts/cros-ec-keyboard.dtsi | 105 ++++++++++++++++++++++++++++++
>  arch/sandbox/dts/sandbox.dts           | 115 +++++++--------------------------
>  drivers/input/cros_ec_keyb.c           |   2 +-
>  drivers/misc/cros_ec_i2c.c             |   4 +-
>  drivers/misc/cros_ec_lpc.c             |   4 +-
>  drivers/misc/cros_ec_sandbox.c         |   4 +-
>  drivers/misc/cros_ec_spi.c             |   4 +-
>  include/fdtdec.h                       |   1 -
>  lib/fdtdec.c                           |   1 -
>  12 files changed, 148 insertions(+), 112 deletions(-)
>  create mode 100644 arch/sandbox/dts/cros-ec-keyboard.dtsi

Applied to u-boot-dm/next


More information about the U-Boot mailing list