aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra-harmony.dts
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-11-21 16:44:10 -0500
committerOlof Johansson <olof@lixom.net>2011-12-07 23:48:05 -0500
commit31c1ec9282d28f4eecb5f2e431f67accdf420ac2 (patch)
treecee8bbd1787e26703169a9afb85655b516e00316 /arch/arm/boot/dts/tegra-harmony.dts
parent88950f3b6d0f49b6b5a2f68bd1f67406c2c73922 (diff)
arm/dt: tegra: Fix serial nodes to match board files
Mark any serial ports that aren't registered by the board files as disabled in the device-tree files. In practice, none of the now-disabled ports ended up succeeding device probing because of the missing clock-frequency property. However, explicitly marking the devices disabled has the advantage of squashing the dev_warn() the failed probe causes, and documenting that we intend the port not to be used, rather than accidentally left out the property. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra-harmony.dts')
-rw-r--r--arch/arm/boot/dts/tegra-harmony.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-harmony.dts b/arch/arm/boot/dts/tegra-harmony.dts
index ca6fa1084c9..ac179a05cfe 100644
--- a/arch/arm/boot/dts/tegra-harmony.dts
+++ b/arch/arm/boot/dts/tegra-harmony.dts
@@ -47,10 +47,26 @@
47 ext-mic-en-gpios = <&gpio 185 0>; 47 ext-mic-en-gpios = <&gpio 185 0>;
48 }; 48 };
49 49
50 serial@70006000 {
51 status = "disable";
52 };
53
54 serial@70006040 {
55 status = "disable";
56 };
57
58 serial@70006200 {
59 status = "disable";
60 };
61
50 serial@70006300 { 62 serial@70006300 {
51 clock-frequency = < 216000000 >; 63 clock-frequency = < 216000000 >;
52 }; 64 };
53 65
66 serial@70006400 {
67 status = "disable";
68 };
69
54 sdhci@c8000200 { 70 sdhci@c8000200 {
55 cd-gpios = <&gpio 69 0>; /* gpio PI5 */ 71 cd-gpios = <&gpio 69 0>; /* gpio PI5 */
56 wp-gpios = <&gpio 57 0>; /* gpio PH1 */ 72 wp-gpios = <&gpio 57 0>; /* gpio PH1 */