diff --git a/feeds/ipq807x_v5.4/ipq60xx/patches/302-disable-sdhci-leds.patch b/feeds/ipq807x_v5.4/ipq60xx/patches/302-disable-sdhci-leds.patch new file mode 100644 index 000000000..be137607b --- /dev/null +++ b/feeds/ipq807x_v5.4/ipq60xx/patches/302-disable-sdhci-leds.patch @@ -0,0 +1,11 @@ +--- a/drivers/mmc/host/sdhci.c ++++ b/drivers/mmc/host/sdhci.c +@@ -367,7 +367,7 @@ static void __sdhci_led_deactivate(struc + sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); + } + +-#if IS_REACHABLE(CONFIG_LEDS_CLASS) ++#if 0 + static void sdhci_led_control(struct led_classdev *led, + enum led_brightness brightness) + {