summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJoonyoung Shim <jy0922.shim@samsung.com>2015-01-15 11:45:58 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2015-02-13 17:17:10 +0900
commitde3b251870780c8ed6406e15f3fcaf92a9e3c498 (patch)
tree2101d7db12b2c6d5da44fce9163d0a0e3a97a01c /arch
parent44237f7a89030757e0f4afc01a7b6a300d4aca40 (diff)
downloadblackbird-obmc-uboot-de3b251870780c8ed6406e15f3fcaf92a9e3c498.tar.gz
blackbird-obmc-uboot-de3b251870780c8ed6406e15f3fcaf92a9e3c498.zip
Odroid-XU3: Add eMMC-reset node on DT
This needs for special handling of nRESET_OUT line(GPD1-0 gpio) for eMMC memory to perform complete reboot on Odroid XU3 board. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/exynos5422-odroidxu3.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts b/arch/arm/dts/exynos5422-odroidxu3.dts
index 8f4663733c..d0a8621fda 100644
--- a/arch/arm/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/dts/exynos5422-odroidxu3.dts
@@ -46,4 +46,9 @@
mmc@12220000 {
fifoth_val = <0x201f0020>;
};
+
+ emmc-reset {
+ compatible = "samsung,emmc-reset";
+ reset-gpio = <&gpd1 0 0>;
+ };
};
OpenPOWER on IntegriCloud