summaryrefslogtreecommitdiff
path: root/board/toradex/colibri_t30/colibri_t30.dts
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-01-11 22:34:48 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-01-11 22:34:48 +0100
commit304e4bae3bea4f0ec9780bbe71d13ad4a36fd01c (patch)
tree3cdcb97c2fc7426d5714be901d9b8bf3baeb97a8 /board/toradex/colibri_t30/colibri_t30.dts
parent30a46c42a38d0357941e9a104721e6d36a88dc6a (diff)
colibri_t30: migrate to proper machine type
After having registered the following proper machine type migrate to actually using it. http://www.arm.linux.org.uk/developer/machines/list.php?id=4493 While at it clean-out some obsolete Cardhu specific device-tree nodes resp. properties and clean-up the mach-types header file as well.
Diffstat (limited to 'board/toradex/colibri_t30/colibri_t30.dts')
-rw-r--r--board/toradex/colibri_t30/colibri_t30.dts13
1 files changed, 3 insertions, 10 deletions
diff --git a/board/toradex/colibri_t30/colibri_t30.dts b/board/toradex/colibri_t30/colibri_t30.dts
index 9587027dae..763f70f081 100644
--- a/board/toradex/colibri_t30/colibri_t30.dts
+++ b/board/toradex/colibri_t30/colibri_t30.dts
@@ -8,10 +8,7 @@
compatible = "toradex,colibri_t30", "nvidia,tegra30";
config {
- silent_console = <0>;
- odmdata = <0x300d8011>;
- hwid = "ARM CARDHU TEST 6666";
- machine-arch-id = <3436>;
+ machine-arch-id = <4493>;
};
aliases {
@@ -30,10 +27,6 @@
i2c4 = "/i2c@0x7000c700";
};
- chosen {
- bootargs = "";
- };
-
memory {
device_type = "memory";
reg = <0x80000000 0xc0000000>;
@@ -53,7 +46,7 @@
width = <4>; /* width of SDIO port */
removable = <1>;
/* Parameter 3 bit 0:1=output, 0=input; bit 1:1=high, 0=low */
- cd-gpio = <&gpio 166 0>; /* card detect, gpio PU6 */
+ cd-gpio = <&gpio 166 0>; /* card detect, gpio PU6 */
};
/* Internal eMMC - SDMMC4 */
@@ -75,7 +68,7 @@
pixel_clock = <25175000>;
- /* Timing: ref_to_sync, sync_width. back_porch, front_porch */
+ /* Timing: ref_to_sync, sync_width, back_porch, front_porch */
horiz_timing = <0 96 48 16>;
vert_timing = <1 2 31 11>;