mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-20 21:51:20 +00:00
Merge git://git.denx.de/u-boot-samsung
This commit is contained in:
commit
eca99c0256
8 changed files with 433 additions and 385 deletions
15
doc/device-tree-bindings/exynos/emmc-reset.txt
Normal file
15
doc/device-tree-bindings/exynos/emmc-reset.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
* Samsung eMMC reset
|
||||
|
||||
Some exynos boards require special handling of nRESET_OUT line for eMMC memory
|
||||
to perform complete reboot.
|
||||
|
||||
Required properties:
|
||||
- compatible: should be "samsung,emmc-reset"
|
||||
- reset-gpio: gpio chip for eMMC reset.
|
||||
|
||||
Example:
|
||||
|
||||
emmc-reset {
|
||||
compatible = "samsung,emmc-reset";
|
||||
reset-gpio = <&gpk1 2 0>;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue