mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 23:26:45 +07:00
OMAP: Zoom2: update serial platform_data id for external UART
Now that on-chip UARTs each have separate platform_data, the external UART needs an non-conflicting ID. Since there are 3 on-chip UARTs, the Zoom2 external UART will be registered after as the fourth. Signed-off-by: Vikram Pandita <vikram.pandita@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
This commit is contained in:
parent
aae290fb4d
commit
24bcadb650
@ -96,7 +96,7 @@ static struct plat_serial8250_port serial_platform_data[] = {
|
|||||||
|
|
||||||
static struct platform_device zoom2_debugboard_serial_device = {
|
static struct platform_device zoom2_debugboard_serial_device = {
|
||||||
.name = "serial8250",
|
.name = "serial8250",
|
||||||
.id = PLAT8250_DEV_PLATFORM1,
|
.id = 3,
|
||||||
.dev = {
|
.dev = {
|
||||||
.platform_data = serial_platform_data,
|
.platform_data = serial_platform_data,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user