diff options
-rwxr-xr-x[-rw-r--r--] | arch/arm/mach-omap2/board-tuna-modems.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-tuna-modems.c b/arch/arm/mach-omap2/board-tuna-modems.c index 194596e..d895f3b 100644..100755 --- a/arch/arm/mach-omap2/board-tuna-modems.c +++ b/arch/arm/mach-omap2/board-tuna-modems.c @@ -309,6 +309,13 @@ static struct modem_io_t cdma_io_devices[] = { .io_type = IODEV_MISC, .link = LINKDEV_DPRAM, }, + [10] = { + .name = "cdma_rmnet6", /* AT CMD io-device */ + .id = 0x31, + .format = IPC_RAW, + .io_type = IODEV_MISC, + .link = LINKDEV_DPRAM, + }, }; /* cdma target platform data */ |