From: Andrew Chew <[email protected]>

These values were derived from various headers in arch/arm/mach-tegra.

Signed-off-by: Andrew Chew <[email protected]>
Acked-by: Stephen Warren <[email protected]>
---
 arch/arm/boot/dts/tegra20.dtsi |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index 83fedf3..d51f887 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -160,5 +160,23 @@
                interrupts = < 63 >;
                status = "disabled";
        };
+
+       ehci@c5000000 {
+               compatible = "nvidia,tegra20-ehci";
+               reg = <0xc5000000 0x4000>;
+               interrupts = < 52 >;
+       };
+
+       ehci@c5004000 {
+               compatible = "nvidia,tegra20-ehci";
+               reg = <0xc5004000 0x4000>;
+               interrupts = < 53 >;
+       };
+
+       ehci@c5008000 {
+               compatible = "nvidia,tegra20-ehci";
+               reg = <0xc5008000 0x4000>;
+               interrupts = < 129 >;
+       };
 };
 
-- 
1.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to