public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] dts: fix status gpioleds on nanopi-neo-plus2
@ 2018-07-03 13:26 Jonathan A. Kollasch
  2018-07-05 14:50 ` Maxime Ripard
  2019-02-20 15:33 ` [PATCH v2] arm64: dts: allwinner: fix status LED " Jonathan A. Kollasch
  0 siblings, 2 replies; 4+ messages in thread
From: Jonathan A. Kollasch @ 2018-07-03 13:26 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
---
 arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
index 506e25ba028a..b8eb43a0d007 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
@@ -71,8 +71,8 @@
 		};
 
 		status {
-			label = "nanopi:red:status";
-			gpios = <&pio 0 20 GPIO_ACTIVE_HIGH>;
+			label = "nanopi:blue:status";
+			gpios = <&pio 0 10 GPIO_ACTIVE_HIGH>;
 		};
 	};
 
-- 
2.11.0

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

end of thread, other threads:[~2019-02-20 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-03 13:26 [PATCH] dts: fix status gpioleds on nanopi-neo-plus2 Jonathan A. Kollasch
2018-07-05 14:50 ` Maxime Ripard
2019-02-20 15:33 ` [PATCH v2] arm64: dts: allwinner: fix status LED " Jonathan A. Kollasch
2019-02-20 16:53   ` Maxime Ripard

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