]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:49 +0000 (21:47 +0200)
commit606694f36152ad9ee36f0b2709e803020fbc8606
tree2e31096cd1547f095f59b435c5a978e8206d0373
parent2f30689bfe3a1002a02c15af5ca891cca1127740
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