riscv: dts: microchip: fix gpio1 reg property typo

Fix reg address typo in the gpio1 stanza.

Signed-off-by: Conor Paxton <conor.paxton@microchip.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Fixes: 528a5b1f25 ("riscv: dts: microchip: add new peripherals to icicle kit device tree")
Link: https://lore.kernel.org/r/20220517104058.2004734-1-conor.paxton@microchip.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
This commit is contained in:
Conor Paxton 2022-05-17 11:40:58 +01:00 committed by Palmer Dabbelt
parent b17410182b
commit c932edeaf6
No known key found for this signature in database
GPG Key ID: EF4CA1502CCBAB41
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@
gpio1: gpio@20121000 { gpio1: gpio@20121000 {
compatible = "microchip,mpfs-gpio"; compatible = "microchip,mpfs-gpio";
reg = <000 0x20121000 0x0 0x1000>; reg = <0x0 0x20121000 0x0 0x1000>;
interrupt-parent = <&plic>; interrupt-parent = <&plic>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;