]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: socfpga: agilex5: fix gpio0 address
authorNiravkumar L Rabara <niravkumar.l.rabara@intel.com>
Thu, 13 Feb 2025 10:50:36 +0000 (18:50 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Jun 2025 12:45:05 +0000 (14:45 +0200)
commit a6c9896e65e555d679a4bc71c3cdfce6df4b2343 upstream.

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>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi

index 51c6e19e40b843adbdb58cfa987878d5b0bbb652..7d9394a0430272f9a00ac0f0b653dbae8c95bce8 100644 (file)
                        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>;