mbox series

[v4,0/9] Add platform supports to MediaTek MT8188 SoC (part 2)

Message ID 20241014111053.2294519-1-fshao@chromium.org (mailing list archive)
Headers show
Series Add platform supports to MediaTek MT8188 SoC (part 2) | expand

Message

Fei Shao Oct. 14, 2024, 11:09 a.m. UTC
Hi Angelo and Matthias,

I'm re-sending this v4 series to hotfix a bug in the patch that adds
vdosys1 display nodes, as suggested in this [link].

Note that the previous [v3] series is in v6.12-next/dts64, so please
drop that series and reapply this v4 instead.

Sorry for causing any inconvenience.

[link]: https://lore.kernel.org/all/40ce7287-7fed-4670-b16b-695c36535661@collabora.com/
[v1]: https://lore.kernel.org/all/20241002114614.847553-1-fshao@chromium.org/
[v2]: https://lore.kernel.org/all/20241003070139.1461472-1-fshao@chromium.org/
[v3]: https://lore.kernel.org/all/20241004081218.55962-1-fshao@chromium.org/

Regards,
Fei

Changes in v4:
- Squash following patch to update MERGE alias IDs from 0-4 to 1-5:
  https://lore.kernel.org/all/20241014094622.1720289-1-fshao@chromium.org/

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(+)

Comments

AngeloGioacchino Del Regno Oct. 14, 2024, 11:19 a.m. UTC | #1
On Mon, 14 Oct 2024 19:09:22 +0800, Fei Shao wrote:
> I'm re-sending this v4 series to hotfix a bug in the patch that adds
> vdosys1 display nodes, as suggested in this [link].
> 
> Note that the previous [v3] series is in v6.12-next/dts64, so please
> drop that series and reapply this v4 instead.
> 
> Sorry for causing any inconvenience.
> 
> [...]

Applied to v6.12-next/dts64, thanks!

[1/9] arm64: dts: mediatek: mt8188: Assign GCE aliases
      commit: 45f57a28629ab6f37ca7c2920daf0eac90608e45
[2/9] arm64: dts: mediatek: mt8188: Add PCIe nodes
      commit: 355508880d41cfa5b0643515f27b6da490a1345e
[3/9] arm64: dts: mediatek: mt8188: Add MIPI DSI nodes
      commit: 3147d168a516e4f6f7aebb25d2206f40d3168c85
[4/9] arm64: dts: mediatek: mt8188: Add video decoder and encoder nodes
      commit: 3ebe1aefa27e87b688f5bdd06713e01de3f19c12
[5/9] arm64: dts: mediatek: mt8188: Add JPEG decoder and encoder nodes
      commit: 4d3a0bbca1b6d7d5c873f9b1ebe81be2f5301905
[6/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys0
      commit: 7d3008158e9ccc45bec8f85b2393e279de1b2c93
[7/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys1
      commit: 6a6ebbeea64256d2b69ce660dc2a510714be537d
[8/9] arm64: dts: mediatek: mt8188: Add DP-INTF nodes
      commit: 42bf3bbd6237a816ef3d5d66c9734618838e81d3
[9/9] arm64: dts: mediatek: mt8188: Add eDP and DP TX nodes
      commit: 05c2e1902c73d6bbd93d77611b4495c587664029

Cheers,
Angelo