소스 검색

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>
Stephen Warren 13 년 전
부모
커밋
1e7e716e80
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      board/compulab/dts/tegra2-trimslice.dts
  2. 1 1
      include/configs/trimslice.h

+ 1 - 1
board/compulab/dts/tegra2-trimslice.dts

@@ -47,7 +47,7 @@
 		status = "disabled";
 	};
 
-	usb@c5004000 {
+	usb@c5000000 {
 		status = "disabled";
 	};
 

+ 1 - 1
include/configs/trimslice.h

@@ -34,7 +34,7 @@
 
 /* High-level configuration options */
 #define V_PROMPT		"Tegra2 (TrimSlice) # "
-#define CONFIG_TEGRA2_BOARD_STRING	"NVIDIA Trimslice"
+#define CONFIG_TEGRA2_BOARD_STRING	"Compulab Trimslice"
 
 /* Board-specific serial config */
 #define CONFIG_SERIAL_MULTI