public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: socfpga: agilex5: fix gpio0 address
@ 2025-02-13 10:50 niravkumar.l.rabara
  2025-02-13 11:08 ` Krzysztof Kozlowski
  2025-02-19 13:39 ` Dinh Nguyen
  0 siblings, 2 replies; 3+ messages in thread
From: niravkumar.l.rabara @ 2025-02-13 10:50 UTC (permalink / raw)
  To: Dinh Nguyen, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	niravkumar.l.rabara, nirav.rabara, devicetree, linux-kernel
  Cc: stable

From: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>

Use the correct gpio0 address for Agilex5.

Fixes: 3f7c869e143a ("arm64: dts: socfpga: agilex5: Add gpio0 node and spi dma handshake id")
Cc: stable@vger.kernel.org
Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
---

changes in v2:
  * Fix dtbs_check warning and update commit message for better
    clarity. 

link to v1:
 - https://lore.kernel.org/all/20250212100131.2668403-1-niravkumar.l.rabara@intel.com/

 arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
index 51c6e19e40b8..7d9394a04302 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
@@ -222,9 +222,9 @@ i3c1: i3c@10da1000 {
 			status = "disabled";
 		};
 
-		gpio0: gpio@ffc03200 {
+		gpio0: gpio@10c03200 {
 			compatible = "snps,dw-apb-gpio";
-			reg = <0xffc03200 0x100>;
+			reg = <0x10c03200 0x100>;
 			#address-cells = <1>;
 			#size-cells = <0>;
 			resets = <&rst GPIO0_RESET>;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] arm64: dts: socfpga: agilex5: fix gpio0 address
  2025-02-13 10:50 [PATCH v2] arm64: dts: socfpga: agilex5: fix gpio0 address niravkumar.l.rabara
@ 2025-02-13 11:08 ` Krzysztof Kozlowski
  2025-02-19 13:39 ` Dinh Nguyen
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-02-13 11:08 UTC (permalink / raw)
  To: niravkumar.l.rabara, Dinh Nguyen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, nirav.rabara, devicetree,
	linux-kernel
  Cc: stable

On 13/02/2025 11:50, niravkumar.l.rabara@intel.com wrote:
> From: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
> 
> Use the correct gpio0 address for Agilex5.
> 
> Fixes: 3f7c869e143a ("arm64: dts: socfpga: agilex5: Add gpio0 node and spi dma handshake id")
> Cc: stable@vger.kernel.org
> Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] arm64: dts: socfpga: agilex5: fix gpio0 address
  2025-02-13 10:50 [PATCH v2] arm64: dts: socfpga: agilex5: fix gpio0 address niravkumar.l.rabara
  2025-02-13 11:08 ` Krzysztof Kozlowski
@ 2025-02-19 13:39 ` Dinh Nguyen
  1 sibling, 0 replies; 3+ messages in thread
From: Dinh Nguyen @ 2025-02-19 13:39 UTC (permalink / raw)
  To: niravkumar.l.rabara, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, nirav.rabara, devicetree, linux-kernel
  Cc: stable

On 2/13/25 04:50, niravkumar.l.rabara@intel.com wrote:
> From: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
> 
> Use the correct gpio0 address for Agilex5.
> 
> Fixes: 3f7c869e143a ("arm64: dts: socfpga: agilex5: Add gpio0 node and spi dma handshake id")
> Cc: stable@vger.kernel.org
> Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
> ---
> 
> changes in v2:
>    * Fix dtbs_check warning and update commit message for better
>      clarity.
> 
> link to v1:
>   - https://lore.kernel.org/all/20250212100131.2668403-1-niravkumar.l.rabara@intel.com/
> 
>   arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applied!

Thanks,
Dinh


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-19 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-13 10:50 [PATCH v2] arm64: dts: socfpga: agilex5: fix gpio0 address niravkumar.l.rabara
2025-02-13 11:08 ` Krzysztof Kozlowski
2025-02-19 13:39 ` Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox