
On 26 March 2015 at 09:29, Simon Glass sjg@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@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