-
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: 304099 b: refs/heads/master c: af46810 h: refs/heads/master i: 304097: 18e8972 304095: e111b60 v: v3
- Loading branch information
Hiroshi DOYU
authored and
Greg Kroah-Hartman
committed
May 10, 2012
1 parent
fb05630
commit 72ac2aa
Showing
6 changed files
with
417 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: c542fb79fba4c63aa6e2a27f90373b0516614eca | ||
refs/heads/master: af4681097b23fe9c63a03d774de7c742fa3a920e |
18 changes: 18 additions & 0 deletions
18
trunk/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra30-mc.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 @@ | ||
NVIDIA Tegra30 MC(Memory Controller) | ||
|
||
Required properties: | ||
- compatible : "nvidia,tegra30-mc" | ||
- reg : Should contain 4 register ranges(address and length); see the | ||
example below. Note that the MC registers are interleaved with the | ||
SMMU registers, and hence must be represented as multiple ranges. | ||
- interrupts : Should contain MC General interrupt. | ||
|
||
Example: | ||
mc { | ||
compatible = "nvidia,tegra30-mc"; | ||
reg = <0x7000f000 0x010 | ||
0x7000f03c 0x1b4 | ||
0x7000f200 0x028 | ||
0x7000f284 0x17c>; | ||
interrupts = <0 77 0x04>; | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,8 @@ config TEGRA20_MC | |
bool | ||
depends on ARCH_TEGRA_2x_SOC | ||
|
||
config TEGRA30_MC | ||
bool | ||
depends on ARCH_TEGRA_3x_SOC | ||
|
||
endif |
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
|
||
obj-$(CONFIG_TI_EMIF) += emif.o | ||
obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o | ||
obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o |
Oops, something went wrong.