-
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.
yaml --- r: 365246 b: refs/heads/master c: f333a33 h: refs/heads/master v: v3
- Loading branch information
Laxman Dewangan
authored and
Grant Likely
committed
Apr 7, 2013
1 parent
7a972f2
commit d6a375a
Showing
5 changed files
with
1,282 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 5e49035e26abf557737c1281439548f33b41578e | ||
refs/heads/master: f333a331adfacf8c7a9dbf7e5f72b10a0356156b |
26 changes: 26 additions & 0 deletions
26
trunk/Documentation/devicetree/bindings/spi/nvidia,tegra114-spi.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,26 @@ | ||
NVIDIA Tegra114 SPI controller. | ||
|
||
Required properties: | ||
- compatible : should be "nvidia,tegra114-spi". | ||
- reg: Should contain SPI registers location and length. | ||
- interrupts: Should contain SPI interrupts. | ||
- nvidia,dma-request-selector : The Tegra DMA controller's phandle and | ||
request selector for this SPI controller. | ||
- This is also require clock named "spi" as per binding document | ||
Documentation/devicetree/bindings/clock/clock-bindings.txt | ||
|
||
Recommended properties: | ||
- spi-max-frequency: Definition as per | ||
Documentation/devicetree/bindings/spi/spi-bus.txt | ||
Example: | ||
|
||
spi@7000d600 { | ||
compatible = "nvidia,tegra114-spi"; | ||
reg = <0x7000d600 0x200>; | ||
interrupts = <0 82 0x04>; | ||
nvidia,dma-request-selector = <&apbdma 16>; | ||
spi-max-frequency = <25000000>; | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
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
Oops, something went wrong.