]> git.ipfire.org Git - people/ms/u-boot.git/commit
cros_ec: exynos: Match up device tree with kernel version
authorSimon Glass <sjg@chromium.org>
Thu, 26 Mar 2015 15:29:39 +0000 (09:29 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:16 +0000 (11:11 -0600)
commit3fbb78711ca6a80151dc847409f913053bb7d985
tree90b8504a6faaca6ed61a962016ff74a0eb994d77
parentce6adaa4b5b51ddf7dc53d61c1eca0fc0553ac06
cros_ec: exynos: Match up device tree with kernel version

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@chromium.org>
12 files changed:
arch/arm/dts/exynos5250-snow.dts
arch/arm/dts/exynos5420-peach-pit.dts
arch/arm/dts/exynos5800-peach-pi.dts
arch/sandbox/dts/cros-ec-keyboard.dtsi [new file with mode: 0644]
arch/sandbox/dts/sandbox.dts
drivers/input/cros_ec_keyb.c
drivers/misc/cros_ec_i2c.c
drivers/misc/cros_ec_lpc.c
drivers/misc/cros_ec_sandbox.c
drivers/misc/cros_ec_spi.c
include/fdtdec.h
lib/fdtdec.c