From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A20ED7E9 for ; Thu, 2 Jun 2022 06:56:48 +0000 (UTC) Received: by mail-ed1-f52.google.com with SMTP id t5so5050407edc.2 for ; Wed, 01 Jun 2022 23:56:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=LLNT8sk8dg3VHgneMHOABUvZlztHfMnZmFwZtkukw1U=; b=eLk3Bz/WOkMAC5yq5sJ5oMDUivEuokRtM1ySrtMWvKp4Y4BziELJT2taA3PP2bm8qP UeMVFSoOT2Lt0CYHMve/e6VXkxGETxONlpWqtrhx3Wa5lK+5FjyM02d9aCc86zRkiebT JrxjbIy2gXE2FG3QsMt+FcOYCB4ZcTH8cqgu0cEFlQ2NWz0DXQEp6JdGDrlnB0ryNfrS A3dma775dm5cMh8pzel72tFzw8NfIFcnvhMRqv1YYnGmEZ2ZZyrjxOytVeNmG/5I3jyp 6v5M28Cp2+zZKNspCKqrvZ94YSSKgt8grtqEusmCea4sBx0n7ZcRzMBDbnXAV8cmR3tC y4BA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=LLNT8sk8dg3VHgneMHOABUvZlztHfMnZmFwZtkukw1U=; b=j4FyofWb0a78ToD6XkK5lfQAvORLSZ5Z3qwNLEV030Pu33Cggd8XD3pCcJ521fdCPg y3xdPlyv0Z18dyXPKDny4yWCr+bbfqKNcTQIxo43x4uasm44i5gjzflrw/R8+6wQsmOj iBx3BS4Zp2Z2hbJvRy6P2E/pwuGVaT5oFtSuR0Ja0Z0vW2oZavQw6cRanoRrp1ggYDXk Bh49VenAtVaAudzfk2w5QEOanNz6bQK9R9Yv4+upFgTC+ueq+D8qREHwC4bQ3TCrjaph ymApoCg27oYDUL3Zj/gc/u/j7875J//z2cj5tZRtGNFb3YCAFvtzk7PZPyJuQfyFtVT/ 8Czw== X-Gm-Message-State: AOAM533BWZ2uETzOJ6IjQaiFMMTbMxnX/2HuZhNJHtujBavokUTUcMQe DKfJEh8z81JpKHGB2u6e7Ng04w== X-Google-Smtp-Source: ABdhPJz1+2mpXym1k+JMKKxXiiS02WGQewk31DYid61d9z9HfjfO/qToqCsEwoJ0N1oEfO62KTycQg== X-Received: by 2002:aa7:d1ce:0:b0:42d:cf0e:3389 with SMTP id g14-20020aa7d1ce000000b0042dcf0e3389mr3731445edp.4.1654153007050; Wed, 01 Jun 2022 23:56:47 -0700 (PDT) Received: from [192.168.0.181] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id d10-20020a1709063cea00b006f3ef214e5bsm1428551ejh.193.2022.06.01.23.56.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 01 Jun 2022 23:56:46 -0700 (PDT) Message-ID: Date: Thu, 2 Jun 2022 08:56:45 +0200 Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH v1 00/15] Add support for MT8195 SCP 2nd core Content-Language: en-US To: Tinghan Shen , Bjorn Andersson , Mathieu Poirier , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Lee Jones , Benson Leung , Guenter Roeck , Daisuke Nojiri , Sebastian Reichel , "Dustin L. Howett" , Tzung-Bi Shih , "Gustavo A. R. Silva" , Prashant Malani , Enric Balletbo i Serra , Brian Norris Cc: linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev, Project_Global_Chrome_Upstream_Group@mediatek.com, weishunc@google.com References: <20220601112201.15510-1-tinghan.shen@mediatek.com> <919ca8ee-4b01-e601-714c-26098647d5c7@linaro.org> <016eb93f0bee329c061725cb5096d49ab4240152.camel@mediatek.com> From: Krzysztof Kozlowski In-Reply-To: <016eb93f0bee329c061725cb5096d49ab4240152.camel@mediatek.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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