-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds common devices to ARCH_MX1. Signed-off-by: Darius Augulis <augulis.darius@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
- Loading branch information
Darius Augulis
authored and
Sascha Hauer
committed
Dec 16, 2008
1 parent
cfca8b5
commit 219fed7
Showing
2 changed files
with
147 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
extern struct platform_device imx_csi_device; | ||
extern struct platform_device imx_i2c_device; | ||
extern struct platform_device imx_uart1_device; | ||
extern struct platform_device imx_uart2_device; | ||
extern struct platform_device imx_rtc_device; | ||
extern struct platform_device imx_wdt_device; | ||
extern struct platform_device imx_usb_device; |