-
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.
ARM: dt: tegra: cardhu: split dts file for support multiple board ver…
…sions There is multiple version of cardhu starting from A01 to A07. Cardhu A01 and A03 are not supported. Cardhu A02 will have different sets of GPIOs for fixed regulator compare to cardhu A04. The Cardhu A05, A06, A07 are compatibe with A04. Based on cardhu version, the related dts file need to be chosen like for cardhu A02, use tegra30-cardhu-a02.dts, cardhu A04 and more, use tegra30-cardhu-a04.dts. This patch create the DTS file A02 and A04 and convert tegra30-cardhu.dts as dts include file. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
- Loading branch information
Laxman Dewangan
authored and
Stephen Warren
committed
Sep 6, 2012
1 parent
167e627
commit 640a7af
Showing
4 changed files
with
46 additions
and
3 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 |
---|---|---|
@@ -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
arch/arm/boot/dts/tegra30-cardhu.dts → 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