aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra20-paz00.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-paz00.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-paz00.dts')
-rw-r--r--arch/arm/boot/dts/tegra20-paz00.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/tegra20-paz00.dts b/arch/arm/boot/dts/tegra20-paz00.dts
index e3e0c9977df4..e9ac2a991307 100644
--- a/arch/arm/boot/dts/tegra20-paz00.dts
+++ b/arch/arm/boot/dts/tegra20-paz00.dts
@@ -429,15 +429,15 @@
429 429
430 usb@c5004000 { 430 usb@c5004000 {
431 status = "okay"; 431 status = "okay";
432 nvidia,phy-reset-gpio = <&gpio 168 0>; /* gpio PV0 */ 432 nvidia,phy-reset-gpio = <&gpio 168 1>; /* gpio PV0, active low */
433 }; 433 };
434 434
435 usb@c5008000 { 435 usb-phy@c5004000 {
436 status = "okay"; 436 nvidia,phy-reset-gpio = <&gpio 168 1>; /* gpio PV0, active low */
437 }; 437 };
438 438
439 usb-phy@c5004400 { 439 usb@c5008000 {
440 nvidia,phy-reset-gpio = <&gpio 168 0>; /* gpio PV0 */ 440 status = "okay";
441 }; 441 };
442 442
443 sdhci@c8000000 { 443 sdhci@c8000000 {