From: Vivek Pernamitta Add IP_SW1, ETH0 and ETH1 network interfaces are required for M-plane, Nefconf and S-plane component. Signed-off-by: Vivek Pernamitta --- drivers/net/mhi_net.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/mhi_net.c b/drivers/net/mhi_net.c index aeb2d67aeb238e520dbd2a83b35602a7e5144fa2..7fca7b1ec7b8250fca5b99ba6d1be470fed87995 100644 --- a/drivers/net/mhi_net.c +++ b/drivers/net/mhi_net.c @@ -449,6 +449,9 @@ static const struct mhi_device_id mhi_net_id_table[] = { { .chan = "IP_HW0", .driver_data = (kernel_ulong_t)&mhi_hwip0 }, /* Software data PATH (to modem CPU) */ { .chan = "IP_SW0", .driver_data = (kernel_ulong_t)&mhi_swip0 }, + { .chan = "IP_SW1", .driver_data = (kernel_ulong_t)&mhi_swip0 }, + { .chan = "IP_ETH0", .driver_data = (kernel_ulong_t)&mhi_eth0 }, + { .chan = "IP_ETH1", .driver_data = (kernel_ulong_t)&mhi_eth0 }, {} }; MODULE_DEVICE_TABLE(mhi, mhi_net_id_table); -- 2.34.1