-
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: 326802 b: refs/heads/master c: 640a7af h: refs/heads/master v: v3
- Loading branch information
Laxman Dewangan
authored and
Stephen Warren
committed
Sep 6, 2012
1 parent
d1bb891
commit cbc4177
Showing
5 changed files
with
47 additions
and
4 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: 167e62798ccd4172d02c8f10ca7010a301498aa3 | ||
refs/heads/master: 640a7af58b4ac9ca2347a25410b364829bde1bb7 |
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 @@ | ||
/dts-v1/; | ||
|
||
/include/ "tegra30-cardhu.dtsi" | ||
|
||
/* This dts file support the cardhu A02 version of board */ | ||
|
||
/ { | ||
model = "NVIDIA Tegra30 Cardhu A02 evaluation board"; | ||
compatible = "nvidia,cardhu-a02", "nvidia,cardhu", "nvidia,tegra30"; | ||
}; | ||
|
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,10 @@ | ||
/dts-v1/; | ||
|
||
/include/ "tegra30-cardhu.dtsi" | ||
|
||
/* This dts file support the cardhu A04 and later versions of board */ | ||
|
||
/ { | ||
model = "NVIDIA Tegra30 Cardhu A04 (A05, A06, A07) evaluation board"; | ||
compatible = "nvidia,cardhu-a04", "nvidia,cardhu", "nvidia,tegra30"; | ||
}; |
25 changes: 23 additions & 2 deletions
25
trunk/arch/arm/boot/dts/tegra30-cardhu.dts → trunk/arch/arm/boot/dts/tegra30-cardhu.dtsi
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