Skip to content

Commit c7711c2

Browse files
Jarvis-Jiang-Ggregkh
authored andcommitted
bus: mhi: pci_generic: T99W175: update channel name from AT to DUN
According to MHI v1.1 specification, change the channel name of T99W175 from "AT" to "DUN" (Dial-up networking) for both channel 32 and 33, so that the channels can be bound to the Qcom WWAN control driver, and device node such as /dev/wwan0p3DUN will be generated, which is very useful for debugging modem Link: https://lore.kernel.org/r/[email protected] [mani: changed the dev node to /dev/wwan0p3DUN] Fixes: aac4265 ("bus: mhi: pci_generic: Introduce Foxconn T99W175 support") Reviewed-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Jarvis Jiang <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 757d2e6 commit c7711c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/bus/mhi/pci_generic.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ static const struct mhi_channel_config mhi_foxconn_sdx55_channels[] = {
311311
MHI_CHANNEL_CONFIG_DL(5, "DIAG", 32, 1),
312312
MHI_CHANNEL_CONFIG_UL(12, "MBIM", 32, 0),
313313
MHI_CHANNEL_CONFIG_DL(13, "MBIM", 32, 0),
314-
MHI_CHANNEL_CONFIG_UL(32, "AT", 32, 0),
315-
MHI_CHANNEL_CONFIG_DL(33, "AT", 32, 0),
314+
MHI_CHANNEL_CONFIG_UL(32, "DUN", 32, 0),
315+
MHI_CHANNEL_CONFIG_DL(33, "DUN", 32, 0),
316316
MHI_CHANNEL_CONFIG_HW_UL(100, "IP_HW0_MBIM", 128, 2),
317317
MHI_CHANNEL_CONFIG_HW_DL(101, "IP_HW0_MBIM", 128, 3),
318318
};

0 commit comments

Comments
 (0)