Commit c932edea authored by Conor Paxton's avatar Conor Paxton Committed by Palmer Dabbelt

riscv: dts: microchip: fix gpio1 reg property typo

Fix reg address typo in the gpio1 stanza.
Signed-off-by: default avatarConor Paxton <conor.paxton@microchip.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarConor Dooley <conor.dooley@microchip.com>
Fixes: 528a5b1f ("riscv: dts: microchip: add new peripherals to icicle kit device tree")
Link: https://lore.kernel.org/r/20220517104058.2004734-1-conor.paxton@microchip.comSigned-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
parent b1741018
......@@ -366,7 +366,7 @@ gpio0: gpio@20120000 {
gpio1: gpio@20121000 {
compatible = "microchip,mpfs-gpio";
reg = <000 0x20121000 0x0 0x1000>;
reg = <0x0 0x20121000 0x0 0x1000>;
interrupt-parent = <&plic>;
interrupt-controller;
#interrupt-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment