forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
668 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
* TI OMAP SDHCI Controller | ||
|
||
Refer to mmc.txt for standard MMC bindings. | ||
|
||
Required properties: | ||
- compatible: Should be "ti,dra7-sdhci" for DRA7 and DRA72 controllers | ||
- ti,hwmods: Must be "mmc<n>", <n> is controller instance starting 1 | ||
|
||
Example: | ||
mmc1: mmc@4809c000 { | ||
compatible = "ti,dra7-sdhci"; | ||
reg = <0x4809c000 0x400>; | ||
ti,hwmods = "mmc1"; | ||
bus-width = <4>; | ||
vmmc-supply = <&vmmc>; /* phandle to regulator node */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12049,6 +12049,12 @@ L: [email protected] | |
S: Maintained | ||
F: drivers/mmc/host/sdhci-spear.c | ||
|
||
SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER | ||
M: Kishon Vijay Abraham I <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/mmc/host/sdhci-omap.c | ||
|
||
SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER | ||
M: Scott Bauer <[email protected]> | ||
M: Jonathan Derrick <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.