mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
s5pc1xx: support serial driver
This patch includes the serial driver for s5pc1xx. s5pc1xx uart driver needs own register setting and clock configuration. So, need to special driver. Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
4678d674f0
commit
dd2c9e6a3b
4 changed files with 221 additions and 0 deletions
|
@ -43,6 +43,13 @@ extern struct serial_device s3c24xx_serial1_device;
|
|||
extern struct serial_device s3c24xx_serial2_device;
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_S5PC1XX)
|
||||
extern struct serial_device s5pc1xx_serial0_device;
|
||||
extern struct serial_device s5pc1xx_serial1_device;
|
||||
extern struct serial_device s5pc1xx_serial2_device;
|
||||
extern struct serial_device s5pc1xx_serial3_device;
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_OMAP3_ZOOM2)
|
||||
extern struct serial_device zoom2_serial_device0;
|
||||
extern struct serial_device zoom2_serial_device1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue