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