freebsd-dev/sys/mips/mediatek/files.mediatek
Stanislav Galabov 83089b1b11 Remove uart_dev_mtk_ns8250
The purpose of this file was to simply detect the UART speed before
attaching the actual ns8250 driver so that we don't have to specify the
UART speed in DTS files.

However, OpenWRT DTS files specify ns16550a as a compatible string in
their DTS files and this makes the original ns8250 driver attach to
the device. So we would have to edit the DTS files anyway and since this
is only the case for MT7621 and MT7628/MT7688 for now, it's better to
just add the clock-frequency property to those (UART is always clocked
by the same clock in both these SoCs, so that's fine) instead of having
a separate driver and still having to change the DTS files.

Approved by:	adrian (mentor)
Sponsored by:	Smartcom - Bulgaria AD
Differential Revision:	https://reviews.freebsd.org/D6044
2016-04-23 04:27:01 +00:00

42 lines
1.4 KiB
Plaintext

# $FreeBSD$
mips/mediatek/mtk_machdep.c standard
mips/mediatek/mtk_sysctl.c standard
mips/mediatek/mtk_soc.c standard
mips/mediatek/mtk_reset.c standard
mips/mediatek/mtk_clock.c standard
mips/mediatek/mtk_pinctrl.c standard
mips/mediatek/palmbus.c standard
mips/mediatek/mtk_intr_v1.c optional mtk_intr_v1
mips/mediatek/mtk_intr_v2.c optional mtk_intr_v2
mips/mediatek/mtk_intr_gic.c optional mtk_intr_gic
mips/mediatek/uart_dev_mtk.c optional uart uart_dev_mtk
mips/mediatek/mtk_spi_v1.c optional spibus mtk_spi_v1
mips/mediatek/mtk_spi_v2.c optional spibus mtk_spi_v2
mips/mediatek/mtk_usb_phy.c optional usb mtk_usb_phy
mips/mediatek/mtk_xhci.c optional usb xhci
mips/mediatek/mtk_ohci.c optional usb ohci
mips/mediatek/mtk_ehci.c optional usb ehci
mips/mediatek/mtk_dotg.c optional usb dwcotg
mips/mediatek/mtk_pcie.c optional pci
mips/mediatek/mtk_gpio_v1.c optional gpio mtk_gpio_v1
mips/mediatek/mtk_gpio_v2.c optional gpio mtk_gpio_v2
#mips/mediatek/mtk_mmc.c optional mmc
# Ralink/Mediatek Ethernet driver
dev/rt/if_rt.c optional rt
# Hack to reuse ARM intrng code
kern/subr_intr.c standard
kern/pic_if.m standard
# Intrng compatible MIPS32 interrupt controller
mips/mips/mips_pic.c standard
# Standard MIPS ticker
mips/mips/tick.c standard
# Temporary Reset if
mips/mediatek/fdt_reset.c standard
mips/mediatek/fdt_reset_if.m standard