All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: aspeed: fp5280g2: Add UID button gpio name
@ 2022-03-22  6:05 George Liu
  0 siblings, 0 replies; 2+ messages in thread
From: George Liu @ 2022-03-22  6:05 UTC (permalink / raw)
  To: joel, openbmc; +Cc: George Liu

Signed-off-by: George Liu <liuxiwei@inspur.com>
---
 arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
index 60a39ea10ab1..067b8b82b6ed 100644
--- a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
@@ -91,6 +91,12 @@ ps1-presence {
 			linux,code = <ASPEED_GPIO(F, 1)>;
 		};
 
+		uid-button {
+			label = "uid-button";
+			gpios = <&gpio ASPEED_GPIO(Y, 1) GPIO_ACTIVE_LOW>;
+			linux,code = <ASPEED_GPIO(Y, 1)>;
+		};
+
 	};
 
 	gpio-keys-polled {
@@ -231,7 +237,7 @@ &gpio {
 	/*V0-V7*/	"","","","","","","","",
 	/*W0-W7*/	"","","","","","","","",
 	/*X0-X7*/	"","","","","","","","",
-	/*Y0-Y7*/	"","","","","","","","",
+	/*Y0-Y7*/	"","uid-button","","","","","","",
 	/*Z0-Z7*/	"","","","","","","","identify",
 	/*AA0-AA7*/	"clock-gpios","","data-gpios","","","","","",
 	/*AB0-AB7*/	"","","","","","","","",
-- 
2.30.2


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

* [PATCH] ARM: dts: aspeed: fp5280g2: Add UID button gpio name
@ 2022-03-22  6:38 George Liu
  0 siblings, 0 replies; 2+ messages in thread
From: George Liu @ 2022-03-22  6:38 UTC (permalink / raw)
  To: joel, openbmc; +Cc: George Liu

Signed-off-by: George Liu <liuxiwei@inspur.com>
---
 arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
index 60a39ea10ab1..dd7960983392 100644
--- a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
@@ -91,6 +91,12 @@ ps1-presence {
 			linux,code = <ASPEED_GPIO(F, 1)>;
 		};
 
+		uid-button {
+			label = "uid-button";
+			gpios = <&gpio ASPEED_GPIO(Y, 1) GPIO_ACTIVE_LOW>;
+			linux,code = <ASPEED_GPIO(Y, 1)>;
+		};
+
 	};
 
 	gpio-keys-polled {
-- 
2.30.2


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

end of thread, other threads:[~2022-03-22  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22  6:05 [PATCH] ARM: dts: aspeed: fp5280g2: Add UID button gpio name George Liu
2022-03-22  6:38 George Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.