linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
	"'Ivaylo Ivanov'" <ivo.ivanov.ivanov1@gmail.com>,
	"'Rob Herring'" <robh@kernel.org>,
	"'Krzysztof Kozlowski'" <krzk+dt@kernel.org>,
	"'Conor Dooley'" <conor+dt@kernel.org>,
	"'Peter Griffin'" <peter.griffin@linaro.org>,
	"'André Draszik'" <andre.draszik@linaro.org>,
	"'Tudor Ambarus'" <tudor.ambarus@linaro.org>,
	linux-fsd@tesla.com, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: RE: [PATCH 1/4] arm64: dts: exynos5433: Add default GIC address cells
Date: Fri, 29 Aug 2025 16:33:24 +0530	[thread overview]
Message-ID: <263b01dc18d4$8b9b33d0$a2d19b70$@samsung.com> (raw)
In-Reply-To: <20250822121423.228500-5-krzysztof.kozlowski@linaro.org>

Hi Krzysztof

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Friday, August 22, 2025 5:44 PM
> To: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>; Rob Herring
> <robh@kernel.org>; Krzysztof Kozlowski <krzk+dt@kernel.org>; Conor
> Dooley <conor+dt@kernel.org>; Alim Akhtar <alim.akhtar@samsung.com>;
> Peter Griffin <peter.griffin@linaro.org>; André Draszik
> <andre.draszik@linaro.org>; Tudor Ambarus <tudor.ambarus@linaro.org>;
> linux-fsd@tesla.com; linux-arm-kernel@lists.infradead.org; linux-samsung-
> soc@vger.kernel.org; devicetree@vger.kernel.org; linux-
> kernel@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH 1/4] arm64: dts: exynos5433: Add default GIC address cells
> 
> Add missing address-cells 0 to GIC interrupt node to silence W=1
> warning:
> 
>   exynos5433-tm2-common.dtsi:1000.2-41: Warning (interrupt_map):
> /soc@0/pcie@15700000:interrupt-map:
>     Missing property '#address-cells' in node /soc@0/interrupt-
> controller@11001000, using 0 as fallbac
> 
> Value '0' is correct because:
> 1. GIC interrupt controller does not have children, 2. interrupt-map property
> (in PCI node) consists of five components and
>    the fourth component "parent unit address", which size is defined by
>    '#address-cells' of the node pointed to by the interrupt-parent
>    component, is not used (=0).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>  arch/arm64/boot/dts/exynos/exynos5433.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
> b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
> index 0b9053b9b2b5..fa2029e280a5 100644
> --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
> @@ -937,6 +937,7 @@ reboot: syscon-reboot {
> 
>  		gic: interrupt-controller@11001000 {
>  			compatible = "arm,gic-400";
> +			#address-cells = <0>;
>  			#interrupt-cells = <3>;
>  			interrupt-controller;
>  			reg = <0x11001000 0x1000>,
> --
> 2.48.1




  parent reply	other threads:[~2025-08-29 11:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20250822121435epcas5p1d9bf83ff79efccec244ba712479ef4b8@epcas5p1.samsung.com>
2025-08-22 12:14 ` [PATCH 1/4] arm64: dts: exynos5433: Add default GIC address cells Krzysztof Kozlowski
2025-08-22 12:14   ` [PATCH 2/4] arm64: dts: google: gs101: " Krzysztof Kozlowski
2025-08-29 11:01     ` Alim Akhtar
2025-08-30  9:19     ` (subset) " Krzysztof Kozlowski
2025-08-22 12:14   ` [PATCH 3/4] arm64: dts: fsd: " Krzysztof Kozlowski
2025-08-29 11:00     ` Alim Akhtar
2025-08-30  9:19     ` (subset) " Krzysztof Kozlowski
2025-08-22 12:14   ` [PATCH 4/4] arm64: dts: exynos2200: " Krzysztof Kozlowski
2025-08-29 11:04     ` Alim Akhtar
2025-08-29 11:03   ` Alim Akhtar [this message]
2025-08-30  9:19   ` (subset) [PATCH 1/4] arm64: dts: exynos5433: " 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='263b01dc18d4$8b9b33d0$a2d19b70$@samsung.com' \
    --to=alim.akhtar@samsung.com \
    --cc=andre.draszik@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=ivo.ivanov.ivanov1@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-fsd@tesla.com \
    --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 \
    /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).