From 3d40352ffcf0d98441d5427903d1cb5dec554707 Mon Sep 17 00:00:00 2001 From: Alexander Hansen Date: Fri, 23 Aug 2024 19:04:20 +0200 Subject: update configurations for phosphor-led-manager phosphor-led-manager no longer assumes any default led priority. The behavior was changed in https://github.com/openbmc/phosphor-led-manager/commit/5a9f651949c133ed0868d72734c4ac82c75a7656 and https://github.com/openbmc/phosphor-led-manager/commit/55badf7979f57d5f9ed2db726eebf35e84d0dac5 The led priority needs to be configured, so updating all configurations here. Before, led-manager assumed a default led priority of 'Blink'. So this patch is just making that explicit in the existing configurations. There should be no behavior change from this patch. Change-Id: I74aabb567ccf6682d56877f8bb42e636fc1746f6 Signed-off-by: Alexander Hansen --- .../recipes-phosphor/leds/evb-npcm845-led-manager-config/led.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-nuvoton') diff --git a/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/leds/evb-npcm845-led-manager-config/led.yaml b/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/leds/evb-npcm845-led-manager-config/led.yaml index 9ae22d348c..c220a6f99f 100644 --- a/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/leds/evb-npcm845-led-manager-config/led.yaml +++ b/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/leds/evb-npcm845-led-manager-config/led.yaml @@ -3,15 +3,19 @@ BmcBooted: Action: 'Blink' DutyOn: 50 Period: 1000 + Priority: 'Blink' PowerOn: identify: Action: 'On' + Priority: 'Blink' EnclosureFault: identify: Action: 'On' + Priority: 'Blink' EnclosureIdentify: identify: Action: 'Blink' DutyOn: 50 Period: 1000 + Priority: 'Blink' -- cgit v1.2.3