Message ID | 20241004081218.55962-1-fshao@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | Add platform supports to MediaTek MT8188 SoC (part 2) | expand |
Il 04/10/24 10:11, Fei Shao ha scritto: > Hi all, > > This series is based on top of my previous "Add platform supports to > MediaTek MT8188 SoC" v3 series[*]. > > There's nothing to change or address in that series at the point of > writing, so I decided not to resend it and start this new "part 2" > series instead. > (if I need to update both series next time I might consider merging them > into one) > > Specifically, this continues to introduce the following platform supports > in MediaTek MT8188 SoC to lay the groundwork for the board device trees: > - PCIe > - MIPI DSI > - video decoder and encoder > - JPEG decoder and encoder > - vdosys0 and vdosys1 display pipelines > - DP-INTF > - eDP and DP TX > - aliases > > Please have a look and feedback are welcome, thanks. > > [*]: https://lore.kernel.org/all/20240911143429.850071-1-fshao@chromium.org/ > [v1]: https://lore.kernel.org/all/20241002114614.847553-1-fshao@chromium.org/ > [v2]: https://lore.kernel.org/all/20241003070139.1461472-1-fshao@chromium.org/ > > Regards, > Fei > > Changes in v3: > - add the secondary MIPI DSI > > Changes in v2: > - add linux,pci-domain to PCIe node > - add power domain to PCIe PHY node > > Fei Shao (9): > arm64: dts: mediatek: mt8188: Assign GCE aliases > arm64: dts: mediatek: mt8188: Add PCIe nodes > arm64: dts: mediatek: mt8188: Add MIPI DSI nodes > arm64: dts: mediatek: mt8188: Add video decoder and encoder nodes > arm64: dts: mediatek: mt8188: Add JPEG decoder and encoder nodes > arm64: dts: mediatek: mt8188: Add display nodes for vdosys0 > arm64: dts: mediatek: mt8188: Add display nodes for vdosys1 > arm64: dts: mediatek: mt8188: Add DP-INTF nodes > arm64: dts: mediatek: mt8188: Add eDP and DP TX nodes > > arch/arm64/boot/dts/mediatek/mt8188.dtsi | 668 +++++++++++++++++++++++ > 1 file changed, 668 insertions(+) > Whole series is Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
On Fri, 04 Oct 2024 16:11:52 +0800, Fei Shao wrote: > This series is based on top of my previous "Add platform supports to > MediaTek MT8188 SoC" v3 series[*]. > > There's nothing to change or address in that series at the point of > writing, so I decided not to resend it and start this new "part 2" > series instead. > (if I need to update both series next time I might consider merging them > into one) > > [...] Applied to v6.12-next/dts64, thanks! [1/9] arm64: dts: mediatek: mt8188: Assign GCE aliases https://git.kernel.org/mediatek/c/3192a83f [2/9] arm64: dts: mediatek: mt8188: Add PCIe nodes https://git.kernel.org/mediatek/c/ad5c0159 [3/9] arm64: dts: mediatek: mt8188: Add MIPI DSI nodes https://git.kernel.org/mediatek/c/08a838d6 [4/9] arm64: dts: mediatek: mt8188: Add video decoder and encoder nodes https://git.kernel.org/mediatek/c/b04407fb [5/9] arm64: dts: mediatek: mt8188: Add JPEG decoder and encoder nodes https://git.kernel.org/mediatek/c/9e85e3cc [6/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys0 https://git.kernel.org/mediatek/c/26170e14 [7/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys1 https://git.kernel.org/mediatek/c/0a3bd16e [8/9] arm64: dts: mediatek: mt8188: Add DP-INTF nodes https://git.kernel.org/mediatek/c/5a206e43 [9/9] arm64: dts: mediatek: mt8188: Add eDP and DP TX nodes https://git.kernel.org/mediatek/c/8f8d13c8 Cheers, Angelo