ENGR00118049 UART: app-uart device node does not exist

No /dev/ttySP0, due to mismatch of app uart driver and device

Signed-off-by: Robby Cai <R63905@freescale.com>
This commit is contained in:
Robby Cai
2009-11-06 13:32:35 +08:00
committed by Matt Sealey
parent 4689b04eee
commit 75c8fe3884

View File

@@ -56,7 +56,7 @@ static struct platform_driver stmp_appuart_driver = {
.suspend = stmp_appuart_suspend,
.resume = stmp_appuart_resume,
.driver = {
.name = "stmp37xx-appuart",
.name = "stmp3xxx-appuart",
.owner = THIS_MODULE,
},
};