Message ID | 20220218091633.9368-1-allen-kh.cheng@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | Add driver nodes for MT8192 SoC | expand |
On Fri, Feb 18, 2022 at 5:16 PM Allen-KH Cheng <allen-kh.cheng@mediatek.com> wrote: > > This series are based on tag: next-20220216, linux-next/master > and apply the below patchs > https://patchwork.kernel.org/project/linux-mediatek/patch/20220207094024.22674-1-allen-kh.cheng@mediatek.com/ It would make things easier if you incorporated the above patch into this series when you send v3. ChenYu > https://patchwork.kernel.org/project/linux-mediatek/patch/20220217135620.10559-1-allen-kh.cheng@mediatek.com/ > > There some patches are missed in PATCH v1. > I resend series again and also add display related nodes in PATCH v2. > > changes since v1: > - add usb-phy node for xhci node > - move infracfg_rst patch in front of PCIe patch > - add display nodes, i2c aliases and pwm node. > > Allen-KH Cheng (23): > arm64: dts: mt8192: Add power domains controller > arm64: dts: mt8192: Add pwrap node > arm64: dts: mt8192: Add spmi node > arm64: dts: mt8192: Add gce node > arm64: dts: mt8192: Add SCP node > arm64: dts: mt8192: Add usb-phy node > arm64: dts: mt8192: Add xhci node > arm64: dts: mt8192: Add audio-related nodes > arm64: dts: mt8192: Add infracfg_rst node > arm64: dts: mt8192: Add PCIe node > arm64: dts: mt8192: Correct nor_flash status of mt8192 > arm64: dts: mt8192: Add efuse node > arm64: dts: mt8192: Add mmc device nodes > arm64: dts: mt8192: Add mipi_tx node > arm64: dts: mt8192: Add m4u and smi nodes > arm64: dts: mt8192: Add H264 venc device node > arm64: dts: mt8192: Add vcodec lat and core nodes > arm64: dts: mt8192: Add dpi node > arm64: dts: mt8192: Add i2c aliases > arm64: dts: mt8192: Add display nodes > arm64: dts: mt8192: Add dsi node > arm64: dts: mt8192: Add gce info for display nodes > arm64: dts: mt8192: Add pwm node > > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 1000 +++++++++++++++++++++- > 1 file changed, 989 insertions(+), 11 deletions(-) > > -- > 2.18.0 >
On Tue, 2022-02-22 at 11:21 +0800, Chen-Yu Tsai wrote: > On Fri, Feb 18, 2022 at 5:16 PM Allen-KH Cheng > <allen-kh.cheng@mediatek.com> wrote: > > > > This series are based on tag: next-20220216, linux-next/master > > and apply the below patchs > > https://urldefense.com/v3/__https://patchwork.kernel.org/project/linux-mediatek/patch/20220207094024.22674-1-allen-kh.cheng@mediatek.com/__;!!CTRNKA9wMg0ARbw!zMCLHB01ZObC6n6oHu5dE6SiAH_IkDBQhvydry6a_5p-mLTx841Cgy8VVZKPfXBIXpT76w$ > > > > It would make things easier if you incorporated the above patch into > this > series when you send v3. > > ChenYu > Hi ChenYu, It's good to me. I will add this in v3. Thanks. Allen > > https://urldefense.com/v3/__https://patchwork.kernel.org/project/linux-mediatek/patch/20220217135620.10559-1-allen-kh.cheng@mediatek.com/__;!!CTRNKA9wMg0ARbw!zMCLHB01ZObC6n6oHu5dE6SiAH_IkDBQhvydry6a_5p-mLTx841Cgy8VVZKPfXDBU4qenA$ > > > > > > There some patches are missed in PATCH v1. > > I resend series again and also add display related nodes in PATCH > > v2. > > > > changes since v1: > > - add usb-phy node for xhci node > > - move infracfg_rst patch in front of PCIe patch > > - add display nodes, i2c aliases and pwm node. > > > > Allen-KH Cheng (23): > > arm64: dts: mt8192: Add power domains controller > > arm64: dts: mt8192: Add pwrap node > > arm64: dts: mt8192: Add spmi node > > arm64: dts: mt8192: Add gce node > > arm64: dts: mt8192: Add SCP node > > arm64: dts: mt8192: Add usb-phy node > > arm64: dts: mt8192: Add xhci node > > arm64: dts: mt8192: Add audio-related nodes > > arm64: dts: mt8192: Add infracfg_rst node > > arm64: dts: mt8192: Add PCIe node > > arm64: dts: mt8192: Correct nor_flash status of mt8192 > > arm64: dts: mt8192: Add efuse node > > arm64: dts: mt8192: Add mmc device nodes > > arm64: dts: mt8192: Add mipi_tx node > > arm64: dts: mt8192: Add m4u and smi nodes > > arm64: dts: mt8192: Add H264 venc device node > > arm64: dts: mt8192: Add vcodec lat and core nodes > > arm64: dts: mt8192: Add dpi node > > arm64: dts: mt8192: Add i2c aliases > > arm64: dts: mt8192: Add display nodes > > arm64: dts: mt8192: Add dsi node > > arm64: dts: mt8192: Add gce info for display nodes > > arm64: dts: mt8192: Add pwm node > > > > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 1000 > > +++++++++++++++++++++- > > 1 file changed, 989 insertions(+), 11 deletions(-) > > > > -- > > 2.18.0 > >