* [PATCH linux dev-6.6] ARM: dts: aspeed: Fix Rainier and Blueridge GPIO LED names
@ 2024-09-03 15:59 Eddie James
2024-09-12 3:18 ` Andrew Jeffery
0 siblings, 1 reply; 3+ messages in thread
From: Eddie James @ 2024-09-03 15:59 UTC (permalink / raw)
To: openbmc; +Cc: Eddie James
Blueridge updated the LED names to include the "led-" prefix as
upstream required. Rainier should match for ease of application
design. In addition, the gpio line name needs to match.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
.../arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge.dts | 5 +++--
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier.dts | 12 ++++++------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge.dts
index a170b4b7c0fb7..63dceb8af82c2 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge.dts
@@ -207,7 +207,8 @@ &gpio0 {
/*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","","","","",
+ /*H0-H7*/ "","led-bmc-ingraham0","led-rear-enc-id0","led-rear-enc-fault0","","","",
+ "",
/*I0-I7*/ "","","","","","","bmc-secure-boot","",
/*J0-J7*/ "","","","","","","","",
/*K0-K7*/ "","","","","","","","",
@@ -215,7 +216,7 @@ &gpio0 {
/*M0-M7*/ "","","","","","","","",
/*N0-N7*/ "","","","","","","","",
/*O0-O7*/ "","","","usb-power","","","","",
- /*P0-P7*/ "","","","","pcieslot-power","","","",
+ /*P0-P7*/ "","","","","led-pcieslot-power","","","",
/*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
/*R0-R7*/ "bmc-tpm-reset","power-chassis-control","power-chassis-good","","","","",
"",
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier.dts
index a98612c5a8c7f..d6bb9b03594c1 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier.dts
@@ -109,22 +109,22 @@ leds {
compatible = "gpio-leds";
/* BMC Card fault LED at the back */
- bmc-ingraham0 {
+ led-bmc-ingraham0 {
gpios = <&gpio0 ASPEED_GPIO(H, 1) GPIO_ACTIVE_LOW>;
};
/* Enclosure ID LED at the back */
- rear-enc-id0 {
+ led-rear-enc-id0 {
gpios = <&gpio0 ASPEED_GPIO(H, 2) GPIO_ACTIVE_LOW>;
};
/* Enclosure fault LED at the back */
- rear-enc-fault0 {
+ led-rear-enc-fault0 {
gpios = <&gpio0 ASPEED_GPIO(H, 3) GPIO_ACTIVE_LOW>;
};
/* PCIE slot power LED */
- pcieslot-power {
+ led-pcieslot-power {
gpios = <&gpio0 ASPEED_GPIO(P, 4) GPIO_ACTIVE_LOW>;
};
};
@@ -203,7 +203,7 @@ &gpio0 {
/*E0-E7*/ "","","","","","","","",
/*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","","","","",
+ /*H0-H7*/ "","led-bmc-ingraham0","led-rear-enc-id0","led-rear-enc-fault0","","","","",
/*I0-I7*/ "","","","","","","bmc-secure-boot","",
/*J0-J7*/ "","","","","","","","",
/*K0-K7*/ "","","","","","","","",
@@ -211,7 +211,7 @@ &gpio0 {
/*M0-M7*/ "","","","","","","","",
/*N0-N7*/ "","","","","","","","",
/*O0-O7*/ "","","","usb-power","","","","",
- /*P0-P7*/ "","","","","pcieslot-power","","","",
+ /*P0-P7*/ "","","","","led-pcieslot-power","","","",
/*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
/*R0-R7*/ "bmc-tpm-reset","power-chassis-control","power-chassis-good","","","","","",
/*S0-S7*/ "presence-ps0","presence-ps1","presence-ps2","presence-ps3",
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH linux dev-6.6] ARM: dts: aspeed: Fix Rainier and Blueridge GPIO LED names
2024-09-03 15:59 [PATCH linux dev-6.6] ARM: dts: aspeed: Fix Rainier and Blueridge GPIO LED names Eddie James
@ 2024-09-12 3:18 ` Andrew Jeffery
2024-09-17 16:22 ` Eddie James
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Jeffery @ 2024-09-12 3:18 UTC (permalink / raw)
To: Eddie James, openbmc
On Tue, 2024-09-03 at 10:59 -0500, Eddie James wrote:
> Blueridge updated the LED names to include the "led-" prefix as
> upstream required. Rainier should match for ease of application
> design. In addition, the gpio line name needs to match.
>
> Signed-off-by: Eddie James <eajames@linux.ibm.com>
Is there an equivalent patch upstream? If not can you first send one
there, and we can backport it?
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH linux dev-6.6] ARM: dts: aspeed: Fix Rainier and Blueridge GPIO LED names
2024-09-12 3:18 ` Andrew Jeffery
@ 2024-09-17 16:22 ` Eddie James
0 siblings, 0 replies; 3+ messages in thread
From: Eddie James @ 2024-09-17 16:22 UTC (permalink / raw)
To: Andrew Jeffery, openbmc
On 9/11/24 22:18, Andrew Jeffery wrote:
> On Tue, 2024-09-03 at 10:59 -0500, Eddie James wrote:
>> Blueridge updated the LED names to include the "led-" prefix as
>> upstream required. Rainier should match for ease of application
>> design. In addition, the gpio line name needs to match.
>>
>> Signed-off-by: Eddie James <eajames@linux.ibm.com>
> Is there an equivalent patch upstream? If not can you first send one
> there, and we can backport it?
Sure, I just sent it upstream.
Thanks,
Eddie
>
> Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-17 16:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03 15:59 [PATCH linux dev-6.6] ARM: dts: aspeed: Fix Rainier and Blueridge GPIO LED names Eddie James
2024-09-12 3:18 ` Andrew Jeffery
2024-09-17 16:22 ` Eddie James
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.