Enable uart driver for A10.
Approved by: gonzo@
This commit is contained in:
parent
ac4adddf04
commit
341d7df3da
@ -17,5 +17,5 @@ arm/allwinner/timer.c standard
|
||||
arm/allwinner/aintc.c standard
|
||||
arm/allwinner/bus_space.c standard
|
||||
arm/allwinner/common.c standard
|
||||
arm/allwinner/console.c standard
|
||||
#arm/allwinner/console.c standard
|
||||
arm/allwinner/a10_machdep.c standard
|
||||
|
@ -87,8 +87,8 @@ options ROOTDEVNAME=\"ufs:/dev/da0s2\"
|
||||
#options ATA_STATIC_ID # Static device numbering
|
||||
|
||||
# Console and misc
|
||||
#device uart
|
||||
#device uart_ns8250
|
||||
device uart
|
||||
device uart_ns8250
|
||||
device pty
|
||||
device snp
|
||||
device md
|
||||
|
@ -121,6 +121,8 @@
|
||||
interrupt-parent = <&AINTC>;
|
||||
current-speed = <115200>;
|
||||
clock-frequency = < 24000000 >;
|
||||
busy-detect = <1>;
|
||||
broken-txfifo = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user