devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] Several fixes and supports for MediaTek MT8188 SoC
@ 2024-09-09 11:14 Fei Shao
  2024-09-09 11:14 ` [PATCH 01/13] arm64: dts: mediatek: mt8188: Add CPU performance controller for CPUFreq Fei Shao
                   ` (12 more replies)
  0 siblings, 13 replies; 28+ messages in thread
From: Fei Shao @ 2024-09-09 11:14 UTC (permalink / raw)
  To: AngeloGioacchino Del Regno, Matthias Brugger
  Cc: Fei Shao, Alexandre Mergnat, Allen-KH Cheng, Conor Dooley,
	Fabien Parent, Hsin-Hsiung Wang, Jassi Brar, Krzysztof Kozlowski,
	MandyJH Liu, Markus Schneider-Pargmann, Rob Herring, Stephen Boyd,
	Ulf Hansson, devicetree, linux-arm-kernel, linux-kernel,
	linux-mediatek

Hi all,

This series contains several fixes and patches to the MediaTek MT8188
SoC.
It aims to add more fundamental supports and lay the groundwork for
introducing MT8188-based boards in the future:
- Supports for CPUFreq, SPMI, IOMMU, PWM and audio.
- Fixes for CPU big core clusters, missing dma-ranges in soc node and
  power-off sequence issue in vcodec pipeline.
- MT8188 CHECK_DTBS fixes for dt-bindings and device tree.

Note that there are more changes for MT8188 SoC on the way - PCIe, MIPI
DSI panel, DRM, multimedia encoders and decoders etc. I'll keep working
on organizing those changes, and I believe the feedback here will also
help me improve those before posting. Thanks!

Regards,
Fei


Fei Shao (13):
  arm64: dts: mediatek: mt8188: Add CPU performance controller for
    CPUFreq
  arm64: dts: mediatek: mt8188: Specify CPU big core cluster
  arm64: dts: mediatek: mt8188: Add missing dma-ranges to soc node
  arm64: dts: mediatek: mt8188: Move vdec1 power domain under vdec0
  arm64: dts: mediatek: mt8188: Add missing GCE clock names
  arm64: dts: mediatek: mt8188: Update VPPSYS node name and compatible
  dt-bindings: power: mediatek: Add another nested power-domain layer
  arm64: dts: mediatek: mt8188: Add SMI/LARB/IOMMU support
  arm64: dts: mediatek: mt8188: Add PWM nodes for display backlight
  dt-bindings: spmi: spmi-mtk-pmif: Add compatible for MT8188
  arm64: dts: mediatek: mt8188: Add SPMI support for PMIC control
  dt-bindings: mailbox: mtk,adsp-mbox: Add compatible for MT8188
  arm64: dts: mediatek: mt8188: Add audio support

 .../bindings/mailbox/mtk,adsp-mbox.yaml       |  12 +-
 .../power/mediatek,power-controller.yaml      |   4 +
 .../bindings/spmi/mtk,spmi-mtk-pmif.yaml      |   1 +
 arch/arm64/boot/dts/mediatek/mt8188.dtsi      | 352 +++++++++++++++++-
 4 files changed, 350 insertions(+), 19 deletions(-)

-- 
2.46.0.469.g59c65b2a67-goog


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2024-09-25 11:07 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 11:14 [PATCH 00/13] Several fixes and supports for MediaTek MT8188 SoC Fei Shao
2024-09-09 11:14 ` [PATCH 01/13] arm64: dts: mediatek: mt8188: Add CPU performance controller for CPUFreq Fei Shao
2024-09-09 11:42   ` Krzysztof Kozlowski
2024-09-10  5:15     ` Fei Shao
2024-09-09 11:14 ` [PATCH 02/13] arm64: dts: mediatek: mt8188: Specify CPU big core cluster Fei Shao
2024-09-09 11:14 ` [PATCH 03/13] arm64: dts: mediatek: mt8188: Add missing dma-ranges to soc node Fei Shao
2024-09-09 11:14 ` [PATCH 04/13] arm64: dts: mediatek: mt8188: Move vdec1 power domain under vdec0 Fei Shao
2024-09-09 11:14 ` [PATCH 05/13] arm64: dts: mediatek: mt8188: Add missing GCE clock names Fei Shao
2024-09-11 10:46   ` AngeloGioacchino Del Regno
2024-09-11 10:56     ` Fei Shao
2024-09-09 11:14 ` [PATCH 06/13] arm64: dts: mediatek: mt8188: Update VPPSYS node name and compatible Fei Shao
2024-09-09 11:41   ` Krzysztof Kozlowski
2024-09-10  5:12     ` Fei Shao
2024-09-10  7:18       ` Krzysztof Kozlowski
2024-09-10 11:06         ` Fei Shao
2024-09-16 10:02           ` Krzysztof Kozlowski
2024-09-25 11:06             ` Fei Shao
2024-09-09 11:14 ` [PATCH 07/13] dt-bindings: power: mediatek: Add another nested power-domain layer Fei Shao
2024-09-09 16:12   ` Rob Herring (Arm)
2024-09-09 11:14 ` [PATCH 08/13] arm64: dts: mediatek: mt8188: Add SMI/LARB/IOMMU support Fei Shao
2024-09-09 11:14 ` [PATCH 09/13] arm64: dts: mediatek: mt8188: Add PWM nodes for display backlight Fei Shao
2024-09-09 11:14 ` [PATCH 10/13] dt-bindings: spmi: spmi-mtk-pmif: Add compatible for MT8188 Fei Shao
2024-09-09 16:13   ` Rob Herring (Arm)
2024-09-09 20:53   ` Stephen Boyd
2024-09-09 11:14 ` [PATCH 11/13] arm64: dts: mediatek: mt8188: Add SPMI support for PMIC control Fei Shao
2024-09-09 11:14 ` [PATCH 12/13] dt-bindings: mailbox: mtk,adsp-mbox: Add compatible for MT8188 Fei Shao
2024-09-09 16:13   ` Rob Herring (Arm)
2024-09-09 11:14 ` [PATCH 13/13] arm64: dts: mediatek: mt8188: Add audio support Fei Shao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).