diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2015-01-15 11:45:58 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2015-02-13 17:17:10 +0900 |
commit | de3b251870780c8ed6406e15f3fcaf92a9e3c498 (patch) | |
tree | 2101d7db12b2c6d5da44fce9163d0a0e3a97a01c /arch | |
parent | 44237f7a89030757e0f4afc01a7b6a300d4aca40 (diff) | |
download | u-boot-imx-de3b251870780c8ed6406e15f3fcaf92a9e3c498.zip u-boot-imx-de3b251870780c8ed6406e15f3fcaf92a9e3c498.tar.gz u-boot-imx-de3b251870780c8ed6406e15f3fcaf92a9e3c498.tar.bz2 |
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.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts b/arch/arm/dts/exynos5422-odroidxu3.dts index 8f46637..d0a8621 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>; + }; }; |