diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-05-30 06:45:50 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:21 +0200 |
commit | 1e7e716e80f7a8f599390dd5aa4ae7dce465a1da (patch) | |
tree | d929b27a9b026b512f65d2720df54b0dfbe81112 /board | |
parent | 76e350b7a3c568c8d27cf72f98036ec3ddb64f31 (diff) | |
download | u-boot-imx-1e7e716e80f7a8f599390dd5aa4ae7dce465a1da.zip u-boot-imx-1e7e716e80f7a8f599390dd5aa4ae7dce465a1da.tar.gz u-boot-imx-1e7e716e80f7a8f599390dd5aa4ae7dce465a1da.tar.bz2 |
tegra: trimslice: fix a couple typos
Fix the .dts file USB unit addresses not to duplicate each-other.
Fix the board name string to indicate the vendor is Compulab not NVIDIA.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'board')
-rw-r--r-- | board/compulab/dts/tegra2-trimslice.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/dts/tegra2-trimslice.dts b/board/compulab/dts/tegra2-trimslice.dts index c707eb8..db79e77 100644 --- a/board/compulab/dts/tegra2-trimslice.dts +++ b/board/compulab/dts/tegra2-trimslice.dts @@ -47,7 +47,7 @@ status = "disabled"; }; - usb@c5004000 { + usb@c5000000 { status = "disabled"; }; |