diff options
author | Tom Rini <trini@ti.com> | 2015-01-05 20:00:25 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 20:00:25 -0500 |
commit | fc078895d81c08c7e7ddc333e36e10db66c362fd (patch) | |
tree | d41b48243bef056c8fd7d5041118bab4b71f33a5 /arch/arm/dts/exynos5800-peach-pi.dts | |
parent | 22cfddc2a0343cdbef7f1263830c2dacaa75f22e (diff) | |
parent | 9332274989009b213a405134202088e1bd81fe51 (diff) |
Merge branch 'misc' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/arm/dts/exynos5800-peach-pi.dts')
-rw-r--r-- | arch/arm/dts/exynos5800-peach-pi.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos5800-peach-pi.dts b/arch/arm/dts/exynos5800-peach-pi.dts index 2f9d2dbd54..e7c380f83b 100644 --- a/arch/arm/dts/exynos5800-peach-pi.dts +++ b/arch/arm/dts/exynos5800-peach-pi.dts @@ -96,7 +96,7 @@ spi@12d40000 { /* spi2 */ spi-max-frequency = <4000000>; spi-deactivate-delay = <200>; - cros-ec@0 { + cros_ec: cros-ec@0 { reg = <0>; compatible = "google,cros-ec"; spi-half-duplex; @@ -150,3 +150,5 @@ samsung,dual-lcd-enabled = <0>; }; }; + +#include "cros-ec-keyboard.dtsi" |