openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: dts: aspeed: Add p10bmc rtc gpio battery gpio names
@ 2022-02-22  4:15 Joel Stanley
  2022-02-22  4:15 ` [PATCH 1/2] ARM: dts: aspeed: rainer: Add RTC battery gpio name Joel Stanley
  2022-02-22  4:15 ` [PATCH 2/2] ARM: dts: aspeed: everest: " Joel Stanley
  0 siblings, 2 replies; 3+ messages in thread
From: Joel Stanley @ 2022-02-22  4:15 UTC (permalink / raw)
  To: openbmc, Andrew Jeffery, Eddie James, Andrew Geissler

This is the upstreaming of these changes. The version in GHE used the
old name, so I have sent a change to our fork of entity manager to fix
this up.

Joel Stanley (2):
  ARM: dts: aspeed: rainer: Add RTC battery gpio name
  ARM: dts: aspeed: everest: Add RTC battery gpio name

 arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 4 +---
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

-- 
2.34.1


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

* [PATCH 1/2] ARM: dts: aspeed: rainer: Add RTC battery gpio name
  2022-02-22  4:15 [PATCH 0/2] ARM: dts: aspeed: Add p10bmc rtc gpio battery gpio names Joel Stanley
@ 2022-02-22  4:15 ` Joel Stanley
  2022-02-22  4:15 ` [PATCH 2/2] ARM: dts: aspeed: everest: " Joel Stanley
  1 sibling, 0 replies; 3+ messages in thread
From: Joel Stanley @ 2022-02-22  4:15 UTC (permalink / raw)
  To: openbmc, Andrew Jeffery, Eddie James, Andrew Geissler

This is the documented name used for OpenBMC systems:

 https://github.com/openbmc/docs/blob/master/designs/device-tree-gpio-naming.md#rtc-battery-voltage-read-enable

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
index b0fad1153e76..d250fe8b59b4 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
@@ -250,7 +250,7 @@ &gpio0 {
 	/*C0-C7*/	"","","","","","","","",
 	/*D0-D7*/	"","","","","","","","",
 	/*E0-E7*/	"","","","","","","","",
-	/*F0-F7*/	"","","","reset-cause-pinhole","","","factory-reset-toggle","",
+	/*F0-F7*/	"","","rtc-battery-voltage-read-enable","reset-cause-pinhole","","","factory-reset-toggle","",
 	/*G0-G7*/	"","","","","","","","",
 	/*H0-H7*/	"","bmc-ingraham0","rear-enc-id0","rear-enc-fault0","","","","",
 	/*I0-I7*/	"","","","","","","bmc-secure-boot","",
-- 
2.34.1


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

* [PATCH 2/2] ARM: dts: aspeed: everest: Add RTC battery gpio name
  2022-02-22  4:15 [PATCH 0/2] ARM: dts: aspeed: Add p10bmc rtc gpio battery gpio names Joel Stanley
  2022-02-22  4:15 ` [PATCH 1/2] ARM: dts: aspeed: rainer: Add RTC battery gpio name Joel Stanley
@ 2022-02-22  4:15 ` Joel Stanley
  1 sibling, 0 replies; 3+ messages in thread
From: Joel Stanley @ 2022-02-22  4:15 UTC (permalink / raw)
  To: openbmc, Andrew Jeffery, Eddie James, Andrew Geissler

This is the documented name used for OpenBMC systems:

 https://github.com/openbmc/docs/blob/master/designs/device-tree-gpio-naming.md#rtc-battery-voltage-read-enable

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
index 547c71bfdfa7..64bc5b674288 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
@@ -269,9 +269,7 @@ &gpio0 {
 	/*C0-C7*/	"","","","","","","","",
 	/*D0-D7*/	"","","","","","","","",
 	/*E0-E7*/	"","","","","","","","",
-	/*F0-F7*/	"PIN_HOLE_RESET_IN_N","","",
-				"reset-cause-pinhole","","",
-				"factory-reset-toggle","",
+	/*F0-F7*/	"","","rtc-battery-voltage-read-enable","reset-cause-pinhole","","","factory-reset-toggle","",
 	/*G0-G7*/	"","","","","","","","",
 	/*H0-H7*/	"led-rtc-battery","led-bmc","led-rear-enc-id0","led-rear-enc-fault0","","","","",
 	/*I0-I7*/	"","","","","","","bmc-secure-boot","",
-- 
2.34.1


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

end of thread, other threads:[~2022-02-22  4:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22  4:15 [PATCH 0/2] ARM: dts: aspeed: Add p10bmc rtc gpio battery gpio names Joel Stanley
2022-02-22  4:15 ` [PATCH 1/2] ARM: dts: aspeed: rainer: Add RTC battery gpio name Joel Stanley
2022-02-22  4:15 ` [PATCH 2/2] ARM: dts: aspeed: everest: " Joel Stanley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).