Message ID | 20220601112201.15510-1-tinghan.shen@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for MT8195 SCP 2nd core | expand |
On 01/06/2022 13:21, Tinghan Shen wrote: > The MT8195 System Companion Processor(SCP) is a dual-core RISC-V MCU. > Current mediatek remoteproc driver only supports bring-up single core > SCP or the 1st core of a dual-core SCP. This series support to bring-up ^^ this or is confusing a bit. Does this mean that MT8195 has three RISC-V MCUs? > the 2nd core of a dual-core SCP. Best regards, Krzysztof
Hi Krzysztof, On Wed, 2022-06-01 at 13:46 +0200, Krzysztof Kozlowski wrote: > On 01/06/2022 13:21, Tinghan Shen wrote: > > The MT8195 System Companion Processor(SCP) is a dual-core RISC-V MCU. > > Current mediatek remoteproc driver only supports bring-up single core > > SCP or the 1st core of a dual-core SCP. This series support to bring-up > > ^^ this or is confusing a bit. > > Does this mean that MT8195 has three RISC-V MCUs? My intention is to express that current SCP driver supports bring-up, 1. the single core SCP, e.g. MT8183 2. the 1st core of dual-core SCP, e.g. MT8195 Perhaps rewriting as follows is preferable? "The mediatek remoteproc driver currently only allows bringing up a single core SCP. It only supports bringing up the 1st core in SoCs with a dual-core SCP." > > > the 2nd core of a dual-core SCP. > > > > Best regards, > Krzysztof
On 02/06/2022 05:52, Tinghan Shen wrote: > Hi Krzysztof, > > On Wed, 2022-06-01 at 13:46 +0200, Krzysztof Kozlowski wrote: >> On 01/06/2022 13:21, Tinghan Shen wrote: >>> The MT8195 System Companion Processor(SCP) is a dual-core RISC-V MCU. >>> Current mediatek remoteproc driver only supports bring-up single core >>> SCP or the 1st core of a dual-core SCP. This series support to bring-up >> >> ^^ this or is confusing a bit. >> >> Does this mean that MT8195 has three RISC-V MCUs? > > My intention is to express that current SCP driver supports bring-up, > 1. the single core SCP, e.g. MT8183 > 2. the 1st core of dual-core SCP, e.g. MT8195 > > > Perhaps rewriting as follows is preferable? > > "The mediatek remoteproc driver currently only allows bringing up a single > core SCP. It only supports bringing up the 1st core in SoCs with a dual-core SCP." >> Yes, that sounds better. Or mention that single core case is for MT8183, because that part got me confused. Best regards, Krzysztof