Messages in this thread Patch in this message |  | | From | <> | | Subject | [PATCH 3/3] dt: tegra20: Add ehci nodes to Seaboard. | | Date | Tue, 19 Jul 2011 15:46:57 -0700 |
| |
From: Andrew Chew <achew@nvidia.com>
Signed-off-by: Andrew Chew <achew@nvidia.com> --- arch/arm/boot/dts/tegra-seaboard.dts | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts index 5a99b4c..c5a1b71 100644 --- a/arch/arm/boot/dts/tegra-seaboard.dts +++ b/arch/arm/boot/dts/tegra-seaboard.dts @@ -31,4 +31,16 @@ sdhci@c8000600 { status = "ok"; }; + + ehci@c5000000 { + status = "ok"; + }; + + ehci@c5004000 { + status = "ok"; + }; + + ehci@c5008000 { + status = "ok"; + }; }; -- 1.7.6
|  |