aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra20-seaboard.dts
diff options
context:
space:
mode:
authorVenu Byravarasu <vbyravarasu@nvidia.com>2013-05-16 10:12:56 -0400
committerStephen Warren <swarren@nvidia.com>2013-05-17 18:22:05 -0400
commit9dffe3be3f321581c4510f2fa2e217b18c703bcd (patch)
tree671d71489dad5f1d1868f68a6eee654be4fa16d9 /arch/arm/boot/dts/tegra20-seaboard.dts
parentd400f209b4afe4a196baac276128eccac6a11b31 (diff)
ARM: tegra: modify ULPI reset GPIO properties
1. All Tegra20 ULPI reset GPIO DT properties are modified to indicate active low nature of the GPIO. 2. Placed USB PHY DT node immediately below the EHCI controller DT nodes and corrected reg value in the name of USB PHY DT node. Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-seaboard.dts')
-rw-r--r--arch/arm/boot/dts/tegra20-seaboard.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/tegra20-seaboard.dts b/arch/arm/boot/dts/tegra20-seaboard.dts
index cee4c34010fe..9dd4f8ee4f4a 100644
--- a/arch/arm/boot/dts/tegra20-seaboard.dts
+++ b/arch/arm/boot/dts/tegra20-seaboard.dts
@@ -571,15 +571,15 @@
571 571
572 usb@c5004000 { 572 usb@c5004000 {
573 status = "okay"; 573 status = "okay";
574 nvidia,phy-reset-gpio = <&gpio 169 0>; /* gpio PV1 */ 574 nvidia,phy-reset-gpio = <&gpio 169 1>; /* gpio PV1, active low */
575 }; 575 };
576 576
577 usb@c5008000 { 577 usb-phy@c5004000 {
578 status = "okay"; 578 nvidia,phy-reset-gpio = <&gpio 169 1>; /* gpio PV1, active low */
579 }; 579 };
580 580
581 usb-phy@c5004400 { 581 usb@c5008000 {
582 nvidia,phy-reset-gpio = <&gpio 169 0>; /* gpio PV1 */ 582 status = "okay";
583 }; 583 };
584 584
585 sdhci@c8000000 { 585 sdhci@c8000000 {