openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH linux dev-6.6] ARM: dts: Aspeed: Bonnell: Fix NVMe LED labels
@ 2024-03-21 14:59 Eddie James
  2024-03-25  4:07 ` Andrew Jeffery
  0 siblings, 1 reply; 2+ messages in thread
From: Eddie James @ 2024-03-21 14:59 UTC (permalink / raw)
  To: openbmc; +Cc: Eddie James, joel

The PCA chip for the NVMe LEDs is wired up backwards, so correct
the device tree labels.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-bonnell.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-bonnell.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-bonnell.dts
index 29d68d7e876f..edcdf138da90 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-bonnell.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-bonnell.dts
@@ -502,7 +502,7 @@ pca9551@60 {
 		#gpio-cells = <2>;
 
 		led@0 {
-			label = "nvme0";
+			label = "nvme3";
 			reg = <0>;
 			retain-state-shutdown;
 			default-state = "keep";
@@ -510,7 +510,7 @@ led@0 {
 		};
 
 		led@1 {
-			label = "nvme1";
+			label = "nvme2";
 			reg = <1>;
 			retain-state-shutdown;
 			default-state = "keep";
@@ -518,7 +518,7 @@ led@1 {
 		};
 
 		led@2 {
-			label = "nvme2";
+			label = "nvme1";
 			reg = <2>;
 			retain-state-shutdown;
 			default-state = "keep";
@@ -526,7 +526,7 @@ led@2 {
 		};
 
 		led@3 {
-			label = "nvme3";
+			label = "nvme0";
 			reg = <3>;
 			retain-state-shutdown;
 			default-state = "keep";
-- 
2.39.3


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

* Re: [PATCH linux dev-6.6] ARM: dts: Aspeed: Bonnell: Fix NVMe LED labels
  2024-03-21 14:59 [PATCH linux dev-6.6] ARM: dts: Aspeed: Bonnell: Fix NVMe LED labels Eddie James
@ 2024-03-25  4:07 ` Andrew Jeffery
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Jeffery @ 2024-03-25  4:07 UTC (permalink / raw)
  To: Eddie James, openbmc; +Cc: joel

On Thu, 2024-03-21 at 09:59 -0500, Eddie James wrote:
> The PCA chip for the NVMe LEDs is wired up backwards, so correct
> the device tree labels.
> 
> Signed-off-by: Eddie James <eajames@linux.ibm.com>

I've applied this to openbmc/linux dev-6.6 and my for/bmc/dt-6.10 tree.

Andrew

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

end of thread, other threads:[~2024-03-25  4:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 14:59 [PATCH linux dev-6.6] ARM: dts: Aspeed: Bonnell: Fix NVMe LED labels Eddie James
2024-03-25  4:07 ` Andrew Jeffery

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).