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