From: Krzysztof Kozlowski <krzk@kernel.org>
To: Khairul Anuar Romli <khairul.anuar.romli@altera.com>,
Moritz Fischer <mdf@kernel.org>, Xu Yilun <yilun.xu@intel.com>,
Tom Rix <trix@redhat.com>, Dinh Nguyen <dinguyen@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Mahesh Rao <mahesh.rao@altera.com>,
Ho Yin <adrian.ho.yin.ng@altera.com>,
Niravkumar L Rabara <nirav.rabara@altera.com>,
linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v2 2/2] arm64: dts: agilex5: add fpga-region and fpga-mgr nodes
Date: Thu, 13 Nov 2025 08:11:57 +0100 [thread overview]
Message-ID: <33f348e8-87ca-4579-b571-05c033c955bb@kernel.org> (raw)
In-Reply-To: <9a4ce6b2470328b9326402a2f00ff285be1793c3.1763008269.git.khairul.anuar.romli@altera.com>
On 13/11/2025 05:43, Khairul Anuar Romli wrote:
> The Intel Agilex 5 SoC contains a programmable FPGA region that requires
> proper device tree description to enable FPGA manager support in the Linux
> kernel. Without the 'fpga-region' and 'fpga-mgr' nodes, the kernel cannot
> detect or manage the FPGA hardware correctly.
>
> This patch adds a 'fpga-region' node with compatible = "fpga-region", along
> with appropriate #address-cells and #size-cells properties, to describe the
> FPGA region layout.
>
> Also defines specific compatible string for Agilex5 and add Agilex string
> as fallback for stratix10-soc driver initialization.
>
> Signed-off-by: Khairul Anuar Romli <khairul.anuar.romli@altera.com>
> ---
> Changes in v2:
> - All fallback compatible string to ensure driver is still able to
> initialize without new compatible string added in the driver.
> ---
> arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
> index bf7128adddde..06be0b8671c0 100644
> --- a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
> +++ b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
> @@ -85,9 +85,21 @@ svc {
> method = "smc";
> memory-region = <&service_reserved>;
> iommus = <&smmu 10>;
> +
> + fpga_mgr: fpga-mgr {
> + compatible = "intel,agilex5-soc-fpga-mgr",
> + "intel,agilex-soc-fpga-mgr";
You did not bother to test this...
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-11-13 7:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-13 4:43 [PATCH v2 0/2] Enable FPGA Manager support for Agilex5 Khairul Anuar Romli
2025-11-13 4:43 ` [PATCH v2 1/2] dt-bindings: fpga: stratix10: add " Khairul Anuar Romli
2025-11-13 5:51 ` Xu Yilun
2025-11-13 15:18 ` Conor Dooley
2025-11-14 1:31 ` Romli, Khairul Anuar
2025-11-13 4:43 ` [PATCH v2 2/2] arm64: dts: agilex5: add fpga-region and fpga-mgr nodes Khairul Anuar Romli
2025-11-13 5:55 ` Xu Yilun
2025-11-13 7:12 ` Krzysztof Kozlowski
2025-11-13 9:09 ` Romli, Khairul Anuar
2025-11-13 9:11 ` Krzysztof Kozlowski
2025-11-14 9:37 ` Xu Yilun
2025-11-13 7:11 ` Krzysztof Kozlowski [this message]
2025-11-13 6:01 ` [PATCH v2 0/2] Enable FPGA Manager support for Agilex5 Xu Yilun
2025-11-13 7:13 ` Krzysztof Kozlowski
2025-11-13 9:07 ` Romli, Khairul Anuar
2025-11-13 9:10 ` Krzysztof Kozlowski
2025-11-13 9:38 ` Romli, Khairul Anuar
2025-11-13 13:41 ` Krzysztof Kozlowski
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=33f348e8-87ca-4579-b571-05c033c955bb@kernel.org \
--to=krzk@kernel.org \
--cc=adrian.ho.yin.ng@altera.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dinguyen@kernel.org \
--cc=khairul.anuar.romli@altera.com \
--cc=krzk+dt@kernel.org \
--cc=linux-fpga@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mahesh.rao@altera.com \
--cc=mdf@kernel.org \
--cc=nirav.rabara@altera.com \
--cc=robh@kernel.org \
--cc=trix@redhat.com \
--cc=yilun.xu@intel.com \
/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).