From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joonyoung Shim Date: Thu, 08 Jan 2015 14:44:27 +0900 Subject: [U-Boot] [PATCH 3/3] Odroid-XU3: Add eMMC-reset node on DT In-Reply-To: <1420695867-1621-1-git-send-email-jy0922.shim@samsung.com> References: <1420695867-1621-1-git-send-email-jy0922.shim@samsung.com> Message-ID: <1420695867-1621-3-git-send-email-jy0922.shim@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This needs for special handling of SD4_nRESET_OUT line for eMMC memory to perform complete reboot on Odroid XU3 board. Signed-off-by: Joonyoung Shim --- arch/arm/dts/exynos5422-odroidxu3.dts | 5 +++++ 1 file changed, 5 insertions(+) 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 at 12220000 { fifoth_val = <0x201f0020>; }; + + emmc-reset { + compatible = "samsung,emmc-reset"; + reset-gpio = <&gpd1 0 0>; + }; }; -- 1.9.1