-
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.
i.MX2: make SoC devices globally available
Make SoC devices globally available to boards rather than using a device specific init function. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
- Loading branch information
Sascha Hauer
committed
Sep 9, 2008
1 parent
5cf0942
commit 7e90534
Showing
4 changed files
with
34 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
extern struct platform_device mxc_gpt1; | ||
extern struct platform_device mxc_gpt2; | ||
extern struct platform_device mxc_gpt3; | ||
extern struct platform_device mxc_gpt4; | ||
extern struct platform_device mxc_gpt5; | ||
extern struct platform_device mxc_wdt; | ||
extern struct platform_device mxc_irda_device; | ||
extern struct platform_device mxc_uart_device0; | ||
extern struct platform_device mxc_uart_device1; | ||
extern struct platform_device mxc_uart_device2; | ||
extern struct platform_device mxc_uart_device3; | ||
extern struct platform_device mxc_uart_device4; | ||
extern struct platform_device mxc_uart_device5; | ||
|
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
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