-
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
Hiroshi DOYU
authored and
Stephen Warren
committed
May 8, 2012
1 parent
5c9b757
commit 0f6ac90
Showing
789 changed files
with
8,813 additions
and
11,018 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 0200c0a66cb727fae13bcd938d44a0841a6530d1 | ||
refs/heads/master: 87d0bab2cba3c31624b80cc68bcf5e29ef969458 |
This file was deleted.
Oops, something went wrong.
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
11 changes: 11 additions & 0 deletions
11
trunk/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-ahb.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,11 @@ | ||
NVIDIA Tegra AHB | ||
|
||
Required properties: | ||
- compatible : "nvidia,tegra20-ahb" or "nvidia,tegra30-ahb" | ||
- reg : Should contain 1 register ranges(address and length) | ||
|
||
Example: | ||
ahb: ahb@6000c004 { | ||
compatible = "nvidia,tegra20-ahb"; | ||
reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */ | ||
}; |
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
132 changes: 0 additions & 132 deletions
132
trunk/Documentation/devicetree/bindings/pinctrl/nvidia,tegra20-pinmux.txt
This file was deleted.
Oops, something went wrong.
132 changes: 0 additions & 132 deletions
132
trunk/Documentation/devicetree/bindings/pinctrl/nvidia,tegra30-pinmux.txt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.