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 77CBFC433EF for ; Tue, 3 May 2022 12:37:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231666AbiECMlK (ORCPT ); Tue, 3 May 2022 08:41:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231181AbiECMlJ (ORCPT ); Tue, 3 May 2022 08:41:09 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59EB52B253; Tue, 3 May 2022 05:37:37 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 561251F4311A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1651581456; bh=VcKWK2LsA65WsCzIX6kTsy9x8yTDsAjPHh9jmPBINM4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ZbNk2biGWUaWmmxI1Rz8qdy0hMnDS5YzDivXqWBqPhAX0yubGSlq+4/TcTbWS0o+z +r8SIDRdbJGZ9DenfjxpYm7PhSD5PDhmgUvKeD/ZlpUKUwzy28V5Z+lvn74bNocuae SwjG9OtCKTEpakm7uCM/R5H+un+vgLE8kFAzSLImm898nhRAX9mvwdy6H+xfcziC0d HmXYAR+nnJ5K5B29Bt+gXuc6Vsm/XodHeHKbBpBGtLmlP8K40w7ctaqn6re513p9tW yeS1mR+FZwXkoH9FcAw3XugqB09rBfb92G+u51as44nRrh6UoFutQeXWs29fNfD/CS a3ehCKkySndjg== Message-ID: <0f5f6db3-34cd-ccdd-9ec4-5ba21480df64@collabora.com> Date: Tue, 3 May 2022 14:37:32 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v6 13/16] dt-bindings: reset: mediatek: Add infra_ao reset index for MT8192/MT8195 Content-Language: en-US To: Rex-BC Chen , mturquette@baylibre.com, sboyd@kernel.org, matthias.bgg@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: p.zabel@pengutronix.de, chun-jie.chen@mediatek.com, wenst@chromium.org, runyang.chen@mediatek.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20220503093856.22250-1-rex-bc.chen@mediatek.com> <20220503093856.22250-14-rex-bc.chen@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220503093856.22250-14-rex-bc.chen@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Il 03/05/22 11:38, Rex-BC Chen ha scritto: > To support reset of infra_ao, add the index of infra_ao reset of > thermal/svs/pcei for MT8192 and thermal/svs for MT8195. > > Signed-off-by: Rex-BC Chen Reviewed-by: AngeloGioacchino Del Regno