[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMZdPi8gGrbkKnDR+WLadF92shJbwH-ksQY+dbpgfZ21iAp9ug@mail.gmail.com>
Date: Mon, 19 Sep 2022 15:22:18 +0200
From: Loic Poulain <loic.poulain@...aro.org>
To: Fabio Porcedda <fabio.porcedda@...il.com>
Cc: mhi@...ts.linux.dev, linux-arm-msm@...r.kernel.org,
netdev@...r.kernel.org, mani@...nel.org, ryazanov.s.a@...il.com,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, dnlplm@...il.com
Subject: Re: [PATCH 2/2] bus: mhi: host: pci_generic: Add a secondary AT port
to Telit FN990
On Fri, 16 Sept 2022 at 16:43, Fabio Porcedda <fabio.porcedda@...il.com> wrote:
>
> Add a secondary AT port using one of OEM reserved channel.
>
> Signed-off-by: Fabio Porcedda <fabio.porcedda@...il.com>
Reviewed-by: Loic Poulain <loic.poulain@...aro.org>
> ---
> drivers/bus/mhi/host/pci_generic.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c
> index 51e2b901bae0..caa4ce28cf9e 100644
> --- a/drivers/bus/mhi/host/pci_generic.c
> +++ b/drivers/bus/mhi/host/pci_generic.c
> @@ -507,6 +507,8 @@ static const struct mhi_channel_config mhi_telit_fn990_channels[] = {
> MHI_CHANNEL_CONFIG_DL(13, "MBIM", 32, 0),
> MHI_CHANNEL_CONFIG_UL(32, "DUN", 32, 0),
> MHI_CHANNEL_CONFIG_DL(33, "DUN", 32, 0),
> + MHI_CHANNEL_CONFIG_UL(92, "DUN2", 32, 1),
> + MHI_CHANNEL_CONFIG_DL(93, "DUN2", 32, 1),
> MHI_CHANNEL_CONFIG_HW_UL(100, "IP_HW0_MBIM", 128, 2),
> MHI_CHANNEL_CONFIG_HW_DL(101, "IP_HW0_MBIM", 128, 3),
> };
> --
> 2.37.3
>
Powered by blists - more mailing lists