From: William McVicker <willmcvicker@google.com>
To: Tudor Ambarus <tudor.ambarus@linaro.org>
Cc: Peter Griffin <peter.griffin@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Alim Akhtar <alim.akhtar@samsung.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, andre.draszik@linaro.org,
kernel-team@android.com, daniel.lezcano@linaro.org,
vincent.guittot@linaro.org, ulf.hansson@linaro.org,
arnd@arndb.de
Subject: Re: [PATCH v2 3/4] arm64: dts: exynos: gs101: add ACPM protocol node
Date: Mon, 16 Dec 2024 10:54:15 -0800 [thread overview]
Message-ID: <Z2B3V78k2ibIdLYh@google.com> (raw)
In-Reply-To: <20241212-b4-acpm-v4-upstream-dts-v2-3-91b7a6f6d0b0@linaro.org>
Hi Tudor,
On 12/12/2024, Tudor Ambarus wrote:
> Add the ACPM protocol node. ACPM protocol provides interface for all
> the client drivers making use of the features offered by the
> Active Power Management (APM) module.
>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
> ---
> arch/arm64/boot/dts/exynos/google/gs101.dtsi | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/exynos/google/gs101.dtsi b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> index 04561e15b96c..8c3f07371912 100644
> --- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> +++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> @@ -277,6 +277,28 @@ apm_sram: sram@2039000 {
> ranges = <0x0 0x0 0x2039000 0x40000>;
> };
>
> + firmware {
> + acpm_ipc: power-management {
> + compatible = "google,gs101-acpm-ipc";
> + mboxes = <&ap2apm_mailbox 0 0
> + &ap2apm_mailbox 0 1
> + &ap2apm_mailbox 0 2
> + &ap2apm_mailbox 0 3
> + &ap2apm_mailbox 0 4
> + &ap2apm_mailbox 0 5
> + &ap2apm_mailbox 0 6
> + &ap2apm_mailbox 0 7
> + &ap2apm_mailbox 0 8
> + &ap2apm_mailbox 0 9
> + &ap2apm_mailbox 0 10
> + &ap2apm_mailbox 0 11
> + &ap2apm_mailbox 0 12
> + &ap2apm_mailbox 0 13
> + &ap2apm_mailbox 0 14>;
> + shmem = <&apm_sram>;
> + };
> + };
You mentioned in the previous patch that "GS101 has 14 mailbox controllers",
but here you have 15 mailboxes. I looked at the downstream driver and see the
number of mailboxes is defined by the ACPM framework (firmware) which is read
from SRAM initdata. Dumping that, I see there are 15 ACPM channels. Have you
looked into into extracting the data from the initdata SRAM address?
Thanks,
Will
next prev parent reply other threads:[~2024-12-16 18:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-12 16:00 [PATCH v2 0/4] arm64: exynos: gs101: add ACPM related nodes Tudor Ambarus
2024-12-12 16:00 ` [PATCH v2 1/4] arm64: dts: exynos: gs101: add SRAM node Tudor Ambarus
2024-12-12 16:00 ` [PATCH v2 2/4] arm64: dts: exynos: gs101: add AP to APM mailbox node Tudor Ambarus
2024-12-12 16:00 ` [PATCH v2 3/4] arm64: dts: exynos: gs101: add ACPM protocol node Tudor Ambarus
2024-12-16 18:54 ` William McVicker [this message]
2024-12-17 7:20 ` Tudor Ambarus
2024-12-17 8:38 ` Tudor Ambarus
2024-12-12 16:00 ` [PATCH v2 4/4] arm64: defconfig: enable ACPM protocol and Exynos mailbox Tudor Ambarus
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=Z2B3V78k2ibIdLYh@google.com \
--to=willmcvicker@google.com \
--cc=alim.akhtar@samsung.com \
--cc=andre.draszik@linaro.org \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel-team@android.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=peter.griffin@linaro.org \
--cc=robh@kernel.org \
--cc=tudor.ambarus@linaro.org \
--cc=ulf.hansson@linaro.org \
--cc=vincent.guittot@linaro.org \
--cc=will@kernel.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