public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] riscv: dts: microchip: fix gpio1 reg property typo
@ 2022-05-17 10:40 Conor Paxton
  2022-05-17 14:50 ` Krzysztof Kozlowski
  2022-05-17 14:51 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 5+ messages in thread
From: Conor Paxton @ 2022-05-17 10:40 UTC (permalink / raw)
  To: conor.dooley, Palmer Dabbelt
  Cc: Lewis Hanly, Rob Herring, Krzysztof Kozlowski, Paul Walmsley,
	Albert Ou, linux-riscv, devicetree, linux-kernel, Conor Paxton

Fix reg address typo in the gpio1 stanza.

Signed-off-by: Conor Paxton <conor.paxton@microchip.com>
---
 arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi b/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi
index 746c4d4e7686..cf2f55e1dcb6 100644
--- a/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi
+++ b/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi
@@ -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>;
-- 
2.25.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2022-05-17 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-17 10:40 [PATCH] riscv: dts: microchip: fix gpio1 reg property typo Conor Paxton
2022-05-17 14:50 ` Krzysztof Kozlowski
2022-05-17 14:51 ` Krzysztof Kozlowski
2022-05-17 15:53   ` Palmer Dabbelt
2022-05-17 15:58     ` Conor.Dooley

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