From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8CDEBC43334 for ; Fri, 15 Jul 2022 08:22:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229671AbiGOIWL (ORCPT ); Fri, 15 Jul 2022 04:22:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229459AbiGOIWK (ORCPT ); Fri, 15 Jul 2022 04:22:10 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7F2674780; Fri, 15 Jul 2022 01:22:09 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 7F7EE6601A3F; Fri, 15 Jul 2022 09:22:07 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1657873328; bh=sUZouS3lE1J14tvmlfvtX6XwZPGBxusKP+JBfQl5o+8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Jl3Ep2702F1Hv+y/rgolfrFceblEiEI/XWHj03jg+HtkrHLPuIB2dR+MYJ1oBibzN u14TtGUOyS4ev9oN28GqS87p6sAYnKuevWSxvFd4tksTHM3zP8BCoasDt29ysS5use vEeKKR3RLuhc6hcfikfVL10JRgyLgiInE+zHmAIBx6lAXulc/1p/4+Apet4dES/LBU gW89BP8q1GGK23snISdzk0lsfHxIhv1HPuPi6fxfv9i2IT7GkMHKxtDOnHCYzYpqlw 53BhUWo7AKElTegX7aQuJc8sXRhM9uVhKUXC6nYYpG1dbyzI0IhZ3u/uItMYp9jN90 6U9+fIMHS6Kwg== Message-ID: <5c25eaa7-c578-258e-a2ec-ca4a72488e72@collabora.com> Date: Fri, 15 Jul 2022 10:22:04 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v1 2/2] remoteproc: mediatek: Support MT8188 SCP Content-Language: en-US To: Tinghan Shen , Bjorn Andersson , Mathieu Poirier , Rob Herring , Krzysztof Kozlowski , Matthias Brugger 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, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20220715051821.30707-1-tinghan.shen@mediatek.com> <20220715051821.30707-3-tinghan.shen@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220715051821.30707-3-tinghan.shen@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Il 15/07/22 07:18, Tinghan Shen ha scritto: > MT8188 SCP has two RISC-V cores and similar to MT8195 with some > differences. The MT8188 SCP doesn't have the l1tcm and fix the > DSP EMI issue on MT8195. > > Signed-off-by: Tinghan Shen Reviewed-by: AngeloGioacchino Del Regno