mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-23 23:24:07 +00:00
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:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user