This series updates the MT8188 SCP description to dual-core and prepares its usage. Patch 4 updates the MT8188 DT to describe the SCP as a dual core cluster and patch 5 adds the firmware-name property so the firmware can be loaded. Patches 1 through 3 are dt-binding fixes for the SCP.
Signed-off-by: Nícolas F. R. A. Prado <nfrapr...@collabora.com> --- Changes in v2: - Added patch 3 removing redundant reg maxItems - Clarified commit message for patch 1 - Rebased now that MDP3 series dependency has been merged - Link to v1: https://lore.kernel.org/r/20250318-scp-dual-core-mt8390-v1-0-8733e192c...@collabora.com --- Nícolas F. R. A. Prado (5): dt-bindings: remoteproc: mediatek: Add missing minItems for 8192/8195 dt-bindings: remoteproc: mediatek: Remove l1tcm for dual-core MT8188 SCP dt-bindings: remoteproc: mediatek: Drop redundant maxItems for mt8192/95 arm64: dts: mediatek: mt8188: Describe SCP as a cluster with two cores arm64: dts: mediatek: mt8390-genio-common: Add firmware-name for scp0 .../devicetree/bindings/remoteproc/mtk,scp.yaml | 21 ++++++++++--- arch/arm64/boot/dts/mediatek/mt8188-evb.dts | 6 +++- arch/arm64/boot/dts/mediatek/mt8188.dtsi | 36 ++++++++++++++++------ .../boot/dts/mediatek/mt8390-genio-common.dtsi | 7 ++++- 4 files changed, 55 insertions(+), 15 deletions(-) --- base-commit: bc8aa6cdadcc00862f2b5720e5de2e17f696a081 change-id: 20250318-scp-dual-core-mt8390-8ef1b02f2d92 Best regards, -- Nícolas F. R. A. Prado <nfrapr...@collabora.com>