-
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.
Merge commit 'd293875' into mvebu/boards
Pulled in mmc/mmc-next up to: d293875 mmc: mvsdio: add pinctrl integration
- Loading branch information
Showing
22 changed files
with
869 additions
and
330 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt
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,18 @@ | ||
Broadcom BCM2835 SDHCI controller | ||
|
||
This file documents differences between the core properties described | ||
by mmc.txt and the properties that represent the BCM2835 controller. | ||
|
||
Required properties: | ||
- compatible : Should be "brcm,bcm2835-sdhci". | ||
- clocks : The clock feeding the SDHCI controller. | ||
|
||
Example: | ||
|
||
sdhci: sdhci { | ||
compatible = "brcm,bcm2835-sdhci"; | ||
reg = <0x7e300000 0x100>; | ||
interrupts = <2 30>; | ||
clocks = <&clk_mmc>; | ||
bus-width = <4>; | ||
}; |
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,17 @@ | ||
* Marvell orion-sdio controller | ||
|
||
This file documents differences between the core properties in mmc.txt | ||
and the properties used by the orion-sdio driver. | ||
|
||
- compatible: Should be "marvell,orion-sdio" | ||
- clocks: reference to the clock of the SDIO interface | ||
|
||
Example: | ||
|
||
mvsdio@d00d4000 { | ||
compatible = "marvell,orion-sdio"; | ||
reg = <0xd00d4000 0x200>; | ||
interrupts = <54>; | ||
clocks = <&gateclk 17>; | ||
status = "disabled"; | ||
}; |
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
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.