From 20b45df7ebcd18802d56f51893d40af43b687cb3 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Wed, 22 Mar 2017 07:29:32 +0100 Subject: ath9k: enable GPIO chip only if requested via DT In case that the atheros device tree binding is used, enable access to the GPIO chip only if the gpio-controller device tree parameter is used for the ath9k node. Signed-off-by: Mathias Kresin --- package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch') diff --git a/package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch b/package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch index 8aefcf4..1d1efe5 100644 --- a/package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch +++ b/package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch @@ -117,10 +117,10 @@ Signed-off-by: Felix Fietkau while (!list_empty(&sc->leds)) { led = list_first_entry(&sc->leds, struct ath_led, list); #ifdef CONFIG_GPIOLIB -@@ -293,6 +362,7 @@ void ath_init_leds(struct ath_softc *sc) - ath_fill_led_pin(sc); +@@ -299,6 +368,7 @@ void ath_init_leds(struct ath_softc *sc) + ath9k_register_gpio_chip(sc); - ath9k_register_gpio_chip(sc); + ath_fill_led_pin(sc); + ath9k_init_buttons(sc); if (pdata && pdata->leds && pdata->num_leds) -- cgit v1.1