* [U-Boot] [PATCH v2 0/3] Support eMMC reset using DT for some exynos boards
@ 2015-01-15 2:45 Joonyoung Shim
2015-02-13 8:25 ` Minkyu Kang
0 siblings, 1 reply; 2+ messages in thread
From: Joonyoung Shim @ 2015-01-15 2:45 UTC (permalink / raw)
To: u-boot
This patchset is to support eMMC reset using DT for some exynos boards
e.g. Odroid X2/U3/XU3.
It needs to reset eMMC memory to perform complete reboot, so we should
handle nRESET_OUT line specially. nRESET_OUT line is connected to gpio
and it can have different gpio by boards, so we will get gpio from DT.
This patchset is based on http://git.denx.de/u-boot-dm.git gpio-working
branch.
Thanks.
Changes from v1:
- s/SD4_nRESET_OUT/nRESET_OUT
- Remove codes for non DT case
- Add comments about eMMC reset delay time
Joonyoung Shim (3):
samsung: board: support eMMC reset using DT
Odroid: Add eMMC-reset node on DT
Odroid-XU3: Add eMMC-reset node on DT
arch/arm/dts/exynos4412-odroid.dts | 5 +++++
arch/arm/dts/exynos5422-odroidxu3.dts | 5 +++++
board/samsung/common/board.c | 28 ++++++++++++++++++++++++++++
board/samsung/odroid/odroid.c | 8 --------
doc/device-tree-bindings/exynos/emmc-reset.txt | 15 +++++++++++++++
5 files changed, 53 insertions(+), 8 deletions(-)
create mode 100644 doc/device-tree-bindings/exynos/emmc-reset.txt
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH v2 0/3] Support eMMC reset using DT for some exynos boards
2015-01-15 2:45 [U-Boot] [PATCH v2 0/3] Support eMMC reset using DT for some exynos boards Joonyoung Shim
@ 2015-02-13 8:25 ` Minkyu Kang
0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2015-02-13 8:25 UTC (permalink / raw)
To: u-boot
On 15/01/15 11:45, Joonyoung Shim wrote:
> This patchset is to support eMMC reset using DT for some exynos boards
> e.g. Odroid X2/U3/XU3.
>
> It needs to reset eMMC memory to perform complete reboot, so we should
> handle nRESET_OUT line specially. nRESET_OUT line is connected to gpio
> and it can have different gpio by boards, so we will get gpio from DT.
>
> This patchset is based on http://git.denx.de/u-boot-dm.git gpio-working
> branch.
>
> Thanks.
>
> Changes from v1:
> - s/SD4_nRESET_OUT/nRESET_OUT
> - Remove codes for non DT case
> - Add comments about eMMC reset delay time
>
> Joonyoung Shim (3):
> samsung: board: support eMMC reset using DT
> Odroid: Add eMMC-reset node on DT
> Odroid-XU3: Add eMMC-reset node on DT
>
> arch/arm/dts/exynos4412-odroid.dts | 5 +++++
> arch/arm/dts/exynos5422-odroidxu3.dts | 5 +++++
> board/samsung/common/board.c | 28 ++++++++++++++++++++++++++++
> board/samsung/odroid/odroid.c | 8 --------
> doc/device-tree-bindings/exynos/emmc-reset.txt | 15 +++++++++++++++
> 5 files changed, 53 insertions(+), 8 deletions(-)
> create mode 100644 doc/device-tree-bindings/exynos/emmc-reset.txt
>
applied to u-boot-samsung.
Thank,
Minkyu Kang.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-13 8:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 2:45 [U-Boot] [PATCH v2 0/3] Support eMMC reset using DT for some exynos boards Joonyoung Shim
2015-02-13 8:25 ` Minkyu Kang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox