X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-kexec/blobdiff_plain/8eb83dc7c5741ddd510fa6bf4c6abde7ac8dc109..e14c6eae15c85ae74d5a5b1dec3975eccf0fb337:/omap2_serial.c diff --git a/omap2_serial.c b/omap2_serial.c index 71577bf..afed285 100644 --- a/omap2_serial.c +++ b/omap2_serial.c @@ -188,8 +188,8 @@ static struct platform_device uart2_device = { }; #endif static struct platform_device uart3_device = { - .name = "omap-uart", - .id = 4, + .name = "omap-hs-uart", + .id = 3, .num_resources = ARRAY_SIZE(omap2_uart3_resources), .resource = omap2_uart3_resources, .dev.platform_data = &serial_platform_data[2],