[PATCH 0/2] Add pwrap node for MediaTek MT8192 SoC and mt6359 node for MediaTek PMIC MT6359

Hui-Liu Liu posted 2 patches 2 years, 7 months ago
arch/arm64/boot/dts/mediatek/mt6359.dtsi    | 298 ++++++++++++++++++++
arch/arm64/boot/dts/mediatek/mt8192-evb.dts |   1 +
arch/arm64/boot/dts/mediatek/mt8192.dtsi    |  12 +
3 files changed, 311 insertions(+)
create mode 100644 arch/arm64/boot/dts/mediatek/mt6359.dtsi
[PATCH 0/2] Add pwrap node for MediaTek MT8192 SoC and mt6359 node for MediaTek PMIC MT6359
Posted by Hui-Liu Liu 2 years, 7 months ago
This pathset add pwrap node to SoC MT8192, and add PMIC MT6359 related nodes.
MT6359 is the primary PMIC for MT8192 and probably other SoCs.

The series[1] and series[2] send by Hsin-Hsiung will continue to upstream in this pathset afterwards.

[1] https://patchwork.kernel.org/project/linux-mediatek/patch/1615563286-22126-6-git-send-email-hsin-hsiung.wang@mediatek.com/
[2] https://patchwork.kernel.org/project/linux-mediatek/patch/1622011927-359-9-git-send-email-hsin-hsiung.wang@mediatek.com/

Hui Liu (2):
  arm64: dts: mt8192: add PWRAP node
  arm64: dts: mt6359: add PMIC MT6359 related nodes

 arch/arm64/boot/dts/mediatek/mt6359.dtsi    | 298 ++++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8192-evb.dts |   1 +
 arch/arm64/boot/dts/mediatek/mt8192.dtsi    |  12 +
 3 files changed, 311 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt6359.dtsi

--
2.25.1


Re: [PATCH 0/2] Add pwrap node for MediaTek MT8192 SoC and mt6359 node for MediaTek PMIC MT6359
Posted by Macpaul Lin 2 years, 7 months ago
On 1/27/22 2:31 PM, Hui-Liu Liu wrote:
> This pathset add pwrap node to SoC MT8192, and add PMIC MT6359 related nodes.
> MT6359 is the primary PMIC for MT8192 and probably other SoCs.
> 
> The series[1] and series[2] send by Hsin-Hsiung will continue to upstream in this pathset afterwards.
> 
> [1] https://patchwork.kernel.org/project/linux-mediatek/patch/1615563286-22126-6-git-send-email-hsin-hsiung.wang@mediatek.com/
> [2] https://patchwork.kernel.org/project/linux-mediatek/patch/1622011927-359-9-git-send-email-hsin-hsiung.wang@mediatek.com/
> 
> Hui Liu (2):
>    arm64: dts: mt8192: add PWRAP node
>    arm64: dts: mt6359: add PMIC MT6359 related nodes
> 
>   arch/arm64/boot/dts/mediatek/mt6359.dtsi    | 298 ++++++++++++++++++++
>   arch/arm64/boot/dts/mediatek/mt8192-evb.dts |   1 +
>   arch/arm64/boot/dts/mediatek/mt8192.dtsi    |  12 +
>   3 files changed, 311 insertions(+)
>   create mode 100644 arch/arm64/boot/dts/mediatek/mt6359.dtsi
> 
> --
> 2.25.1
> 
> 

This patchset is based on [1]

[1] arm64: dts: Add mediatek SoC mt8195 and evaluation board
- 
https://patchwork.kernel.org/project/linux-mediatek/patch/20220112114724.1953-4-tinghan.shen@mediatek.com/

I've tested this patch set build pass with [1] for both mt8192 and 
mt8195 platform on linux-5.17-rc1.

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

Regards,
Macpaul Lin
Re: [PATCH 0/2] Add pwrap node for MediaTek MT8192 SoC and mt6359 node for MediaTek PMIC MT6359
Posted by Macpaul Lin 2 years, 7 months ago
On 1/27/22 5:36 PM, Macpaul Lin wrote:
> 
> On 1/27/22 2:31 PM, Hui-Liu Liu wrote:
>> This pathset add pwrap node to SoC MT8192, and add PMIC MT6359 related 
>> nodes.
>> MT6359 is the primary PMIC for MT8192 and probably other SoCs.
>>
>> The series[1] and series[2] send by Hsin-Hsiung will continue to 
>> upstream in this pathset afterwards.
>>
>> [1] 
>> https://patchwork.kernel.org/project/linux-mediatek/patch/1615563286-22126-6-git-send-email-hsin-hsiung.wang@mediatek.com/ 
>>
>> [2] 
>> https://patchwork.kernel.org/project/linux-mediatek/patch/1622011927-359-9-git-send-email-hsin-hsiung.wang@mediatek.com/ 
>>
>>
>> Hui Liu (2):
>>    arm64: dts: mt8192: add PWRAP node
>>    arm64: dts: mt6359: add PMIC MT6359 related nodes
>>
>>   arch/arm64/boot/dts/mediatek/mt6359.dtsi    | 298 ++++++++++++++++++++
>>   arch/arm64/boot/dts/mediatek/mt8192-evb.dts |   1 +
>>   arch/arm64/boot/dts/mediatek/mt8192.dtsi    |  12 +
>>   3 files changed, 311 insertions(+)
>>   create mode 100644 arch/arm64/boot/dts/mediatek/mt6359.dtsi
>>
>> -- 
>> 2.25.1
>>
>>
> 
> This patchset is based on [1]
> 
> [1] arm64: dts: Add mediatek SoC mt8195 and evaluation board
> - 
> https://patchwork.kernel.org/project/linux-mediatek/patch/20220112114724.1953-4-tinghan.shen@mediatek.com/ 
> 
> 
> I've tested this patch set build pass with [1] for both mt8192 and 
> mt8195 platform on linux-5.17-rc1.
> 
> Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>
> 
> Regards,
> Macpaul Lin

Updated: This patchset passes build test based on new patchset v10 of 
[1], where the new patchset is [2] on 5.17-rc1.

[2] v10, arm64: dts: Add mediatek SoC mt8195 and evaluation board

https://lore.kernel.org/linux-arm-kernel/20220130023209.16275-3-tinghan.shen@mediatek.com/T/

Regards,
Macpaul Lin
arm64: dts: Add mediatek SoC mt8195 and evaluation board