Skip to content

Commit 1584418

Browse files
phodavem330
authored andcommitted
net: wwan: Expose secondary AT port on DATA1
Our use-case needs two AT ports available: One for running a ppp daemon, and another one for management This patch enables a second AT port on DATA1 Signed-off-by: Jaime Breva <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent cd02a1a commit 1584418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/wwan/rpmsg_wwan_ctrl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ static const struct rpmsg_device_id rpmsg_wwan_ctrl_id_table[] = {
149149
/* RPMSG channels for Qualcomm SoCs with integrated modem */
150150
{ .name = "DATA5_CNTL", .driver_data = WWAN_PORT_QMI },
151151
{ .name = "DATA4", .driver_data = WWAN_PORT_AT },
152+
{ .name = "DATA1", .driver_data = WWAN_PORT_AT },
152153
{},
153154
};
154155
MODULE_DEVICE_TABLE(rpmsg, rpmsg_wwan_ctrl_id_table);

0 commit comments

Comments
 (0)