Skip to content

Commit

Permalink
net: wwan: Expose secondary AT port on DATA1
Browse files Browse the repository at this point in the history
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 <jbreva@nayarsystems.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jaime Breva authored and David S. Miller committed Apr 19, 2023
1 parent cd02a1a commit 1584418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wwan/rpmsg_wwan_ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ static const struct rpmsg_device_id rpmsg_wwan_ctrl_id_table[] = {
/* RPMSG channels for Qualcomm SoCs with integrated modem */
{ .name = "DATA5_CNTL", .driver_data = WWAN_PORT_QMI },
{ .name = "DATA4", .driver_data = WWAN_PORT_AT },
{ .name = "DATA1", .driver_data = WWAN_PORT_AT },
{},
};
MODULE_DEVICE_TABLE(rpmsg, rpmsg_wwan_ctrl_id_table);
Expand Down

0 comments on commit 1584418

Please sign in to comment.