All of lore.kernel.org
 help / color / mirror / Atom feed
From: Macpaul Lin <macpaul.lin@mediatek.com>
To: Hsin-hsiung Wang <hsin-hsiung.wang@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>, <hui.liu@mediatek.com>,
	<sen.chu@mediatek.com>
Cc: Lee Jones <lee.jones@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	"Liam Girdwood" <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	Eddie Huang <eddie.huang@mediatek.com>,
	Alessandro Zummo <a.zummo@towertech.it>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Fei Shao <fshao@chromium.org>, Sean Wang <sean.wang@mediatek.com>,
	Yuchen Huang <yuchen.huang@mediatek.com>,
	<devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-rtc@vger.kernel.org>,
	<srv_heupstream@mediatek.com>,
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	Wen Su <wen.su@mediatek.com>, Wens Tsai <wenst@chromium.org>,
	Rex-BC Chen <Rex-BC.Chen@mediatek.com>,
	Macpaul Lin <macpaul@gmail.com>
Subject: Re: [PATCH v8 8/8] arm64: dts: mt6359: add PMIC MT6359 related nodes
Date: Wed, 26 Jan 2022 15:28:22 +0800	[thread overview]
Message-ID: <2b49b965-5cb9-251d-787d-5206df698775@mediatek.com> (raw)
In-Reply-To: <2a7c0936-55a5-8448-3ffa-2a854f5a57ee@mediatek.com>

On 1/25/22 4:32 PM, Macpaul Lin wrote:
> 
> On 6/16/21 10:07 PM, Hsin-hsiung Wang wrote:
>> Hi,
>>
>> On Fri, 2021-06-11 at 16:09 +0200, Matthias Brugger wrote:
>>>
>>> On 26/05/2021 08:52, Hsin-Hsiung Wang wrote:
>>>> From: Wen Su <wen.su@mediatek.com>
>>>>
>>>> add PMIC MT6359 related nodes which is for MT6779 platform
>>>>
>>>> Signed-off-by: Wen Su <wen.su@mediatek.com>
>>>> Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
>>>> ---
>>>> changes since v7:
>>>> - no change.
>>>> ---
>>>>   arch/arm64/boot/dts/mediatek/mt6359.dtsi    | 298 
>>>> ++++++++++++++++++++++++++++
>>>>   arch/arm64/boot/dts/mediatek/mt8192-evb.dts |   1 +
>>>>   2 files changed, 299 insertions(+)
>>>>   create mode 100644 arch/arm64/boot/dts/mediatek/mt6359.dtsi
>>>>
>>>> diff --git a/arch/arm64/boot/dts/mediatek/mt6359.dtsi 
>>>> b/arch/arm64/boot/dts/mediatek/mt6359.dtsi
>>>> new file mode 100644
>>>> index 0000000..18c0d53
>>>> --- /dev/null
>>>> +++ b/arch/arm64/boot/dts/mediatek/mt6359.dtsi
>>>> @@ -0,0 +1,298 @@
>>>> +// SPDX-License-Identifier: GPL-2.0
>>>
>>> Any specific reason for not setting it "SPDX-License-Identifier: 
>>> (GPL-2.0+ OR
>>> MIT)" ?
>>>
>>> Other then that, looks good.
>>>
>>> Matthias
>>>
>>
>> Thanks for the review, there is no special reason for the writing.
>> I will update it in the next patch.
>>
> [The content of the patch has been deleted...]
> 
> According to the reviewing note of PMIC wrap, URL:
> https://patchwork.kernel.org/project/linux-mediatek/cover/1615563286-22126-1-git-send-email-hsin-hsiung.wang@mediatek.com 
> 
> 
> Dear Hui and Sen,
> could you help update and upstream the mt6359.dtsi and mt8192-evb.dts 
> with the necessary fixes?
> 
> Thanks!
> Macpaul Lin

Dear Hui,

I've found patch v8 will cause build fail because pwrap node hasn't been 
merged according to [1] and [2] (mt8192). However, the pwrap node for 
mt8195 is already in [3] mt8195.dtsi. The mt8195 boards using mt6359 
will need mt6359.dtsi for enabling more peripherals.

I think to split the mt8192 part into the other patch in next version 
could reduce the dependencies between mt6359.dtsi and mt8192.dtsi at 
this stage. Hence we don't need to wait pwrap node be merged in mt8192.dtsi.

[1] 
https://lore.kernel.org/all/1615563286-22126-6-git-send-email-hsin-hsiung.wang@mediatek.com/
[2] 
https://lore.kernel.org/all/e33053cf-f337-d7f6-fbf6-93d385f7e683@gmail.com/
[3] 
https://lore.kernel.org/all/20220112114724.1953-4-tinghan.shen@mediatek.com/

After that, you can have my Reviewed-by tag in next version.

Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>

Thanks :)
Macpaul Lin

  reply	other threads:[~2022-01-26  7:28 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26  6:51 [PATCH v8 0/8] Add Support for MediaTek PMIC MT6359 Hsin-Hsiung Wang
2021-05-26  6:51 ` Hsin-Hsiung Wang
2021-05-26  6:51 ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 1/8] mfd: mt6358: refine interrupt code Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 2/8] rtc: mt6397: refine RTC_TC_MTH Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 3/8] dt-bindings: mfd: Add compatible for the MediaTek MT6359 PMIC Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 4/8] dt-bindings: regulator: Add document for MT6359 regulator Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 5/8] mfd: Add support for the MediaTek MT6359 PMIC Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 6/8] regulator: mt6359: Add support for MT6359 regulator Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 7/8] regulator: mt6359: Add support for MT6359P regulator Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 8/8] arm64: dts: mt6359: add PMIC MT6359 related nodes Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26 22:56   ` kernel test robot
2021-05-27  1:26     ` Hsin-hsiung Wang
2021-05-27  8:18       ` Rong Chen
2021-06-11 14:09   ` Matthias Brugger
2021-06-11 14:09     ` Matthias Brugger
2021-06-11 14:09     ` Matthias Brugger
2021-06-16 14:07     ` Hsin-hsiung Wang
2021-06-16 14:07       ` Hsin-hsiung Wang
2021-06-16 14:07       ` Hsin-hsiung Wang
2022-01-25  8:32       ` Macpaul Lin
2022-01-26  7:28         ` Macpaul Lin [this message]
2022-01-30  8:43           ` Macpaul Lin
2021-06-02  7:04 ` [GIT PULL] Immutable branch between MFD, Regulator and RTC due for the v5.14 merge window Lee Jones
2021-06-02  7:04   ` Lee Jones
2021-06-02  7:04   ` Lee Jones

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=2b49b965-5cb9-251d-787d-5206df698775@mediatek.com \
    --to=macpaul.lin@mediatek.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=Rex-BC.Chen@mediatek.com \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=eddie.huang@mediatek.com \
    --cc=fshao@chromium.org \
    --cc=hsin-hsiung.wang@mediatek.com \
    --cc=hui.liu@mediatek.com \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=macpaul@gmail.com \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sean.wang@mediatek.com \
    --cc=sen.chu@mediatek.com \
    --cc=srv_heupstream@mediatek.com \
    --cc=wen.su@mediatek.com \
    --cc=wenst@chromium.org \
    --cc=yuchen.huang@mediatek.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.