linux-kernel.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 2/4] arm64: dts: google: gs101: Add default GIC address cells
Date: Fri, 29 Aug 2025 16:31:47 +0530	[thread overview]
Message-ID: <263a01dc18d4$51d996a0$f58cc3e0$@samsung.com> (raw)
In-Reply-To: <20250822121423.228500-6-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 2/4] arm64: dts: google: gs101: Add default GIC address cells
> 
> Add missing address-cells 0 to GIC interrupt node.  Value '0' is correct
> because GIC interrupt controller does not have children.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>  arch/arm64/boot/dts/exynos/google/gs101.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> index c0f8c25861a9..31c99526470d 100644
> --- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> +++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> @@ -341,6 +341,7 @@ watchdog_cl1: watchdog@10070000 {
> 
>  		gic: interrupt-controller@10400000 {
>  			compatible = "arm,gic-v3";
> +			#address-cells = <0>;
>  			#interrupt-cells = <4>;
>  			interrupt-controller;
>  			reg = <0x10400000 0x10000>, /* GICD */
> --
> 2.48.1




  reply	other threads:[~2025-08-29 11:01 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 [this message]
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   ` [PATCH 1/4] arm64: dts: exynos5433: " Alim Akhtar
2025-08-30  9:19   ` (subset) " 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='263a01dc18d4$51d996a0$f58cc3e0$@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).