[PATCH 3/3 v4] dt: tegra20: Add ehci overrides to Seaboard.

From: achew
Date: Thu Jul 21 2011 - 17:21:29 EST


From: Andrew Chew <achew@xxxxxxxxxx>

Seaboard has different values for some of the utmi properties.

Signed-off-by: Andrew Chew <achew@xxxxxxxxxx>
Acked-by: Stephen Warren <swarren@xxxxxxxxxx>
Acked-by: Olof Johansson <olof@xxxxxxxxx>
---
arch/arm/boot/dts/tegra-seaboard.dts | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts
index 5a99b4c..adc000a 100644
--- a/arch/arm/boot/dts/tegra-seaboard.dts
+++ b/arch/arm/boot/dts/tegra-seaboard.dts
@@ -31,4 +31,21 @@
sdhci@c8000600 {
status = "ok";
};
+
+ ehci@c5000000 {
+ power-down-on-bus-suspend;
+ nvidia,hssync-start-delay = < 0 >;
+ nvidia,xcvr-setup = < 15 >;
+ };
+
+ ehci@c5004000 {
+ power-down-on-bus-suspend;
+ phy-type = "ulpi";
+ };
+
+ ehci@c5008000 {
+ power-down-on-bus-suspend;
+ nvidia,hssync-start-delay = < 0 >;
+ nvidia,xcvr-setup = < 8 >;
+ };
};
--
1.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/