mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 14:50:19 +00:00
ARM: dts: Aspeed: Bonnell: Fix NVMe LED labels
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> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
1c52e1ca90
commit
48286e1f07
@ -488,7 +488,7 @@
|
||||
#gpio-cells = <2>;
|
||||
|
||||
led@0 {
|
||||
label = "nvme0";
|
||||
label = "nvme3";
|
||||
reg = <0>;
|
||||
retain-state-shutdown;
|
||||
default-state = "keep";
|
||||
@ -496,7 +496,7 @@
|
||||
};
|
||||
|
||||
led@1 {
|
||||
label = "nvme1";
|
||||
label = "nvme2";
|
||||
reg = <1>;
|
||||
retain-state-shutdown;
|
||||
default-state = "keep";
|
||||
@ -504,7 +504,7 @@
|
||||
};
|
||||
|
||||
led@2 {
|
||||
label = "nvme2";
|
||||
label = "nvme1";
|
||||
reg = <2>;
|
||||
retain-state-shutdown;
|
||||
default-state = "keep";
|
||||
@ -512,7 +512,7 @@
|
||||
};
|
||||
|
||||
led@3 {
|
||||
label = "nvme3";
|
||||
label = "nvme0";
|
||||
reg = <3>;
|
||||
retain-state-shutdown;
|
||||
default-state = "keep";
|
||||
|
Loading…
x
Reference in New Issue
Block a user