From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Chen-Yu Tsai <wenst@chromium.org>,
Matthias Brugger <matthias.bgg@gmail.com>
Cc: linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Fei Shao <fshao@chromium.org>
Subject: Re: [PATCH v2] arm64: dts: mediatek: mt8188-geralt: Enable first SCP core
Date: Tue, 14 Oct 2025 15:27:05 +0200 [thread overview]
Message-ID: <b20a1c7d-0da5-433b-987c-f55a5a229bed@collabora.com> (raw)
In-Reply-To: <20250814092510.211672-1-wenst@chromium.org>
Il 14/08/25 11:25, Chen-Yu Tsai ha scritto:
> The first SCP core is used to drive the video decoder and encoders.
>
> Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
> ---
> Changes since v1:
> - Added SCP vreq pin
> ---
> .../boot/dts/mediatek/mt8188-geralt.dtsi | 25 +++++++++++++++++++
> 1 file changed, 25 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8188-geralt.dtsi b/arch/arm64/boot/dts/mediatek/mt8188-geralt.dtsi
> index c5254ae0bb99..7fedbacdac44 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8188-geralt.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8188-geralt.dtsi
> @@ -164,6 +164,12 @@ reserved_memory: reserved-memory {
> #size-cells = <2>;
> ranges;
>
> + scp_mem_reserved: memory@50000000 {
> + compatible = "shared-dma-pool";
> + reg = <0 0x50000000 0 0x800000>;
> + no-map;
> + };
> +
> apu_mem: memory@55000000 {
> compatible = "shared-dma-pool";
> reg = <0 0x55000000 0 0x1400000>;
> @@ -1077,6 +1083,13 @@ pins-bus {
> };
> };
>
> + scp_pins: scp-pins {
> + pins-scp-vreq {
> + pinmux = <PINMUX_GPIO98__FUNC_O_SCP_VREQ_VAO>;
> + bias-disable;
> + };
> + };
> +
> spi0_pins: spi0-pins {
> pins-bus {
> pinmux = <PINMUX_GPIO69__FUNC_O_SPIM0_CSB>,
> @@ -1146,6 +1159,18 @@ &postmask0_out {
> remote-endpoint = <&dither0_in>;
> };
>
> +&scp_cluster {
> + status = "okay";
> +};
> +
> +&scp_c0 {
> + pinctrl-names = "default";
> + pinctrl-0 = <&scp_pins>;
> + firmware-name = "mediatek/mt8188/scp.img";
After a (very brief) discussion with Arnd last time, turns out we decided to avoid
using the firmware-name property, including for mtk-scp.
Please resend without firmware-name.
P.S.: there's a patch to construct the firmware name from compatible...
https://lore.kernel.org/r/20250911140043.190801-1-angelogioacchino.delregno@collabora.com
Cheers,
Angelo
> + memory-region = <&scp_mem_reserved>;
> + status = "okay";
> +};
> +
> &sound {
> pinctrl-names = "aud_etdm_hp_on", "aud_etdm_hp_off",
> "aud_etdm_spk_on", "aud_etdm_spk_off",
next prev parent reply other threads:[~2025-10-14 13:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-14 9:25 [PATCH v2] arm64: dts: mediatek: mt8188-geralt: Enable first SCP core Chen-Yu Tsai
2025-08-14 9:49 ` Fei Shao
2025-10-14 13:27 ` AngeloGioacchino Del Regno [this message]
2025-10-15 7:31 ` Chen-Yu Tsai
2025-10-15 8:31 ` AngeloGioacchino Del Regno
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b20a1c7d-0da5-433b-987c-f55a5a229bed@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=devicetree@vger.kernel.org \
--cc=fshao@chromium.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=wenst@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).