From: Tom Rini Date: Fri, 5 Dec 2025 19:38:32 +0000 (-0600) Subject: Merge patch series "led: remove unused legacy LED code" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384d3785df4dbe452f9fbb4bd9c9c9e986cdc205;p=thirdparty%2Fu-boot.git Merge patch series "led: remove unused legacy LED code" Quentin Schulz says: Only the Siemens corvus board seems to be using these two status LEDs from the legacy LED API. Since we're trying to get rid of the last users of the legacy LED API, let's migrate Corvus to the modern LED API instead, which uses DM. For Corvus's case, it also uses DM_GPIO (already enabled in defconfig). Since there was no use for the green status_led (not compiled in), it simply is removed without migrating it to the modern API. If need be, we can always add a new gpio-led in the FDT. Note that I do not own a Siemens Corvus board so it's a bit of a shot in the dark whether it'll work on the first try, only build tested. The red LED should be on whenever reaching U-Boot proper CLI, if not we have an issue. The LED should be controllable with the led command from U-Boot proper CLI. Link: https://lore.kernel.org/r/20251119-corvus-led-red-green-v1-0-ce86b8d59dfc@cherry.de --- 384d3785df4dbe452f9fbb4bd9c9c9e986cdc205