diff --git a/sys/dev/uart/uart_dev_pl011.c b/sys/dev/uart/uart_dev_pl011.c --- a/sys/dev/uart/uart_dev_pl011.c +++ b/sys/dev/uart/uart_dev_pl011.c @@ -332,7 +332,7 @@ }; static struct uart_class uart_pl011_class = { - "uart_pl011", + "pl011", uart_pl011_methods, sizeof(struct uart_pl011_softc), .uc_ops = &uart_pl011_ops, @@ -340,6 +340,7 @@ .uc_rclk = 0, .uc_rshift = 2 }; +DATA_SET(uart_class_set, uart_pl011_class); #ifdef FDT static struct ofw_compat_data fdt_compat_data[] = {