Joonyoung Shim | aa8e00f | 2015-01-15 11:45:56 +0900 | [diff] [blame] | 1 | * Samsung eMMC reset |
2 | |||||
3 | Some exynos boards require special handling of nRESET_OUT line for eMMC memory | ||||
4 | to perform complete reboot. | ||||
5 | |||||
6 | Required properties: | ||||
7 | - compatible: should be "samsung,emmc-reset" | ||||
8 | - reset-gpio: gpio chip for eMMC reset. | ||||
9 | |||||
10 | Example: | ||||
11 | |||||
12 | emmc-reset { | ||||
13 | compatible = "samsung,emmc-reset"; | ||||
14 | reset-gpio = <&gpk1 2 0>; | ||||
15 | }; |