diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-27 18:42:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-27 18:42:49 +0000 |
commit | ee16e144bb2ece81273f1e2712ba60e1e59d1563 (patch) | |
tree | ab457a8792e8a3de518cee2ef99e90ef258df8d0 /target/linux/ar7/patches-3.3/925-actiontec_leds.patch | |
parent | 7196f5d7c8ec0de8ae06cf664adbf8cdda2c594d (diff) | |
download | mtk-20170518-ee16e144bb2ece81273f1e2712ba60e1e59d1563.zip mtk-20170518-ee16e144bb2ece81273f1e2712ba60e1e59d1563.tar.gz mtk-20170518-ee16e144bb2ece81273f1e2712ba60e1e59d1563.tar.bz2 |
use physmap-flash part_probe_types
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34398
Diffstat (limited to 'target/linux/ar7/patches-3.3/925-actiontec_leds.patch')
-rw-r--r-- | target/linux/ar7/patches-3.3/925-actiontec_leds.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar7/patches-3.3/925-actiontec_leds.patch b/target/linux/ar7/patches-3.3/925-actiontec_leds.patch index 0203dd0..f8bc81b 100644 --- a/target/linux/ar7/patches-3.3/925-actiontec_leds.patch +++ b/target/linux/ar7/patches-3.3/925-actiontec_leds.patch @@ -1,6 +1,6 @@ --- a/arch/mips/ar7/platform.c +++ b/arch/mips/ar7/platform.c -@@ -462,31 +462,22 @@ static struct gpio_led fb_fon_leds[] = { +@@ -465,31 +465,22 @@ static struct gpio_led fb_fon_leds[] = { }, }; @@ -35,7 +35,7 @@ .default_trigger = "default-on", }, { -@@ -494,6 +485,44 @@ static struct gpio_led gt701_leds[] = { +@@ -497,6 +488,44 @@ static struct gpio_led gt701_leds[] = { .gpio = 10, .active_low = 1, }, @@ -80,7 +80,7 @@ }; static struct gpio_led_platform_data ar7_led_data; -@@ -537,9 +566,9 @@ static void __init detect_leds(void) +@@ -540,9 +569,9 @@ static void __init detect_leds(void) } else if (strstr(prid, "CYWM") || strstr(prid, "CYWL")) { ar7_led_data.num_leds = ARRAY_SIZE(titan_leds); ar7_led_data.leds = titan_leds; |