From: Khairul Anuar Romli <karom.9560@gmail.com>
To: Dinh Nguyen <dinguyen@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Khairul Anuar Romli <karom.9560@gmail.com>
Subject: [PATCH v2 2/2] arm64: dts: socfpga: stratix10: fix CHECK_DTBS DTC_FLAGS warning
Date: Sat, 20 Dec 2025 07:48:58 +0800 [thread overview]
Message-ID: <20251219234858.7543-2-karom.9560@gmail.com> (raw)
In-Reply-To: <20251219234858.7543-1-karom.9560@gmail.com>
Add start address and ranges to eccmgr. This change corrects the warning:
socfpga_agilex.dtsi:612.10-669.5: Warning (simple_bus_reg): /soc@0/eccmgr:
missing or empty reg/ranges property
Refs:
Intel Stratix 10 Hard Processor System Address Map and Register
Definitions
https://www.intel.com/content/www/us/en/programmable/hps/stratix-10/hps.html
Signed-off-by: Khairul Anuar Romli <karom.9560@gmail.com>
---
Changes in v2:
- fix v1 eccmgreccmgr@ff8c0000 typo to eccmgr: eccmgr@ff8c0000.
---
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index 657e986e5dba..491cf35cfe8b 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
@@ -581,7 +581,7 @@ sdr: sdr@f8011100 {
reg = <0xf8011100 0xc0>;
};
- eccmgr {
+ eccmgr: eccmgr@ff8c0000 {
compatible = "altr,socfpga-s10-ecc-manager",
"altr,socfpga-a10-ecc-manager";
altr,sysmgr-syscon = <&sysmgr>;
@@ -590,7 +590,7 @@ eccmgr {
interrupts = <0 15 4>;
interrupt-controller;
#interrupt-cells = <2>;
- ranges;
+ ranges = <0 0xff8c0000 0xc400>;
sdramedac {
compatible = "altr,sdram-edac-s10";
--
2.43.0
next prev parent reply other threads:[~2025-12-19 23:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-19 23:48 [PATCH v2 1/2] an/rm64: dts: socfpga: agilex: fix CHECK_DTBS DTC_FLAGS warning Khairul Anuar Romli
2025-12-19 23:48 ` Khairul Anuar Romli [this message]
2025-12-22 12:16 ` Dinh Nguyen
2025-12-23 1:15 ` Khairul Anuar Romli
2025-12-23 3:34 ` Dinh Nguyen
2025-12-24 2:11 ` Khairul Anuar Romli
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=20251219234858.7543-2-karom.9560@gmail.com \
--to=karom.9560@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dinguyen@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@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