From 51f82c452fd5155778ace73afd054dd000dd6478 Mon Sep 17 00:00:00 2001 From: Bee Cadorna Date: Thu, 9 Jan 2025 16:58:22 -0600 Subject: [PATCH] ipq40xx: enable LP5521 driver for TP-Link Deco M5 TP-Link Deco M5 v1 and v2 models use a separate LP5521 controller to control the LEDs on the device. Signed-off-by: Bee Cadorna Tested-by: Tan Li Boon Link: https://github.com/openwrt/openwrt/pull/17537 Signed-off-by: Robert Marko --- target/linux/ipq40xx/config-6.12 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq40xx/config-6.12 b/target/linux/ipq40xx/config-6.12 index b19a7abd9a..362e99de5b 100644 --- a/target/linux/ipq40xx/config-6.12 +++ b/target/linux/ipq40xx/config-6.12 @@ -247,6 +247,7 @@ CONFIG_KMAP_LOCAL=y CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY=y # CONFIG_KPSS_XCC is not set # CONFIG_KRAITCC is not set +CONFIG_LEDS_LP5521=y CONFIG_LEDS_LP5523=y CONFIG_LEDS_LP5562=y CONFIG_LEDS_LP55XX_COMMON=y