diff options
author | Hung-ying Tyan <tyanh@chromium.org> | 2013-05-15 10:27:33 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-26 14:14:34 (GMT) |
commit | 60744a11878607d9e69c0579593688d817263abf (patch) | |
tree | 05258a07db218adf82546477f117cdac19bc97d3 /arch | |
parent | 713cb68045c6e7fc32c79ab4e922fb3a7548fd2f (diff) | |
download | u-boot-60744a11878607d9e69c0579593688d817263abf.tar.xz |
cros: exynos: add cros-ec device nodes to exynos5250-snow.dts
This patch adds cros-ec related device nodes to exynos5250-snow.dts.
It also adds a gpio node to exynos5250.dtsi.
Signed-off-by: Hung-ying Tyan <tyanh@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/exynos5250.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi index cee4fe8..2d6dfff 100644 --- a/arch/arm/dts/exynos5250.dtsi +++ b/arch/arm/dts/exynos5250.dtsi @@ -202,4 +202,6 @@ interrupts = <0 78 0>; }; + gpio: gpio { + }; }; |