Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: socfpga: agilex5: fix gpio0 address

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>

authored by

Niravkumar L Rabara and committed by
Dinh Nguyen
a6c9896e b76bca66

+2 -2
+2 -2
arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
··· 222 222 status = "disabled"; 223 223 }; 224 224 225 - gpio0: gpio@ffc03200 { 225 + gpio0: gpio@10c03200 { 226 226 compatible = "snps,dw-apb-gpio"; 227 - reg = <0xffc03200 0x100>; 227 + reg = <0x10c03200 0x100>; 228 228 #address-cells = <1>; 229 229 #size-cells = <0>; 230 230 resets = <&rst GPIO0_RESET>;