Skip to content

Commit

Permalink
pillar: ledmanager: Fix user LED for phyBAORD-Pollux
Browse files Browse the repository at this point in the history
Commit e1538b5 updated the u-boot for
phyBOARD-Pollux device. In the new device tree the user LEDs were
renamed from user-led? to just led?. This commit updates the LED name on
ledmanager.

Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
  • Loading branch information
rene authored and eriknordmark committed Dec 17, 2023
1 parent 68b0c39 commit d31b84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pillar/cmd/ledmanager/ledmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ var mToF = []modelToFuncs{
regexp: true,
initFunc: InitLedCmd,
displayFunc: ExecuteLedCmd,
arg: "user-led3", // Blue LED
arg: "led3", // Blue LED
},
{
// Last in table as a default
Expand Down

0 comments on commit d31b84a

Please sign in to comment.