From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: "Yu-chang Lee (李禹璋)" <Yu-chang.Lee@mediatek.com>,
"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mediatek@lists.infradead.org"
<linux-mediatek@lists.infradead.org>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"wenst@chromium.org" <wenst@chromium.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"kernel@collabora.com" <kernel@collabora.com>,
"Allen-KH Cheng (程冠勲)" <Allen-KH.Cheng@mediatek.com>,
"conor+dt@kernel.org" <conor+dt@kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"krzysztof.kozlowski+dt@linaro.org"
<krzysztof.kozlowski+dt@linaro.org>
Subject: Re: [PATCH] arm64: dts: mediatek: mt8186: Add I2C arbiter clocks to i2c 1/2/5
Date: Wed, 8 Nov 2023 11:25:19 +0100 [thread overview]
Message-ID: <cf73377f-8413-46d0-bcd8-9d12c2c38bc7@collabora.com> (raw)
In-Reply-To: <8414e0ccdb5f456877df06d4e5c6befff5463991.camel@mediatek.com>
Il 08/11/23 07:56, Yu-chang Lee (李禹璋) ha scritto:
> On Fri, 2023-10-20 at 09:55 +0200, AngeloGioacchino Del Regno wrote:
>> The I2C busses 1, 2 and 5 have got a separated arbiter clock: add it
>> to their respective nodes.
>>
>> Fixes: 2e78620b1350 ("arm64: dts: Add MediaTek MT8186 dts and
>> evaluation board and Makefile")
>> Signed-off-by: AngeloGioacchino Del Regno <
>> angelogioacchino.delregno@collabora.com>
>> ---
>> arch/arm64/boot/dts/mediatek/mt8186.dtsi | 15 +++++++++------
>> 1 file changed, 9 insertions(+), 6 deletions(-)
>>
>> diff --git a/arch/arm64/boot/dts/mediatek/mt8186.dtsi
>> b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
>> index f04ae70c470a..af6f6687de35 100644
>> --- a/arch/arm64/boot/dts/mediatek/mt8186.dtsi
>> +++ b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
>> @@ -1224,8 +1224,9 @@ i2c1: i2c@11008000 {
>> <0 0x10200200 0 0x100>;
>> interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH
>> 0>;
>> clocks = <&imp_iic_wrap
>> CLK_IMP_IIC_WRAP_AP_CLOCK_I2C1>,
>> - <&infracfg_ao CLK_INFRA_AO_AP_DMA>;
>> - clock-names = "main", "dma";
>> + <&infracfg_ao CLK_INFRA_AO_AP_DMA>,
>> + <&infracfg_ao
>> CLK_INFRA_AO_I2C1_ARBITER>;
>> + clock-names = "main", "dma", "arb";
>> clock-div = <1>;
>> #address-cells = <1>;
>> #size-cells = <0>;
>> @@ -1238,8 +1239,9 @@ i2c2: i2c@11009000 {
>> <0 0x10200300 0 0x180>;
>> interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH
>> 0>;
>> clocks = <&imp_iic_wrap
>> CLK_IMP_IIC_WRAP_AP_CLOCK_I2C2>,
>> - <&infracfg_ao CLK_INFRA_AO_AP_DMA>;
>> - clock-names = "main", "dma";
>> + <&infracfg_ao CLK_INFRA_AO_AP_DMA>,
>> + <&infracfg_ao
>> CLK_INFRA_AO_I2C2_ARBITER>;
>> + clock-names = "main", "dma", "arb";
>> clock-div = <1>;
>> #address-cells = <1>;
>> #size-cells = <0>;
>> @@ -1280,8 +1282,9 @@ i2c5: i2c@11016000 {
>> <0 0x10200700 0 0x100>;
>> interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH
>> 0>;
>> clocks = <&imp_iic_wrap
>> CLK_IMP_IIC_WRAP_AP_CLOCK_I2C5>,
>> - <&infracfg_ao CLK_INFRA_AO_AP_DMA>;
>> - clock-names = "main", "dma";
>> + <&infracfg_ao CLK_INFRA_AO_AP_DMA>,
>> + <&infracfg_ao
>> CLK_INFRA_AO_I2C5_ARBITER>;
>> + clock-names = "main", "dma", "arb";
>> clock-div = <1>;
>> #address-cells = <1>;
>> #size-cells = <0>;
>
> In previous discussion[1], if the arbiter clock is not added into dts
> node does trackpad lost its functionality before system suspend/resume?
> And is this patch meant to solve the same issue in [1]?
>
> Reply on behalf of our i2c PIC.
>
Yes, it loses functionality sometimes after PM resume, but with this added clock
the problem is solved.
And yes, it's the same as [1].
Regards,
Angelo
prev parent reply other threads:[~2023-11-08 10:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-20 7:55 AngeloGioacchino Del Regno
2023-11-08 6:56 ` Yu-chang Lee (李禹璋)
2023-11-08 10:25 ` AngeloGioacchino Del Regno [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cf73377f-8413-46d0-bcd8-9d12c2c38bc7@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=Allen-KH.Cheng@mediatek.com \
--cc=Yu-chang.Lee@mediatek.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@collabora.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=wenst@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®