From aafa838d77e6dad83b09737680018ef1feb4cbf8 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 1 Jun 2011 07:21:25 +0000 Subject: [PATCH] fixup second led, patch from Chris SVN-Revision: 27077 --- target/linux/cns3xxx/patches/100-laguna_support.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target/linux/cns3xxx/patches/100-laguna_support.patch b/target/linux/cns3xxx/patches/100-laguna_support.patch index 73ee42530c..32becc30e9 100644 --- a/target/linux/cns3xxx/patches/100-laguna_support.patch +++ b/target/linux/cns3xxx/patches/100-laguna_support.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/arch/arm/mach-cns3xxx/laguna.c -@@ -0,0 +1,670 @@ +@@ -0,0 +1,671 @@ +/* + * Gateworks Corporation Laguna Platform + * @@ -653,7 +653,8 @@ + platform_device_register(&laguna_gpio_leds_device); + } else if (strncmp(laguna_info.model, "GW2380", 6) == 0) { + laguna_gpio_leds[0].gpio = 107; -+ laguna_gpio_leds_data.num_leds = 1; ++ laguna_gpio_leds[1].gpio = 106; ++ laguna_gpio_leds_data.num_leds = 2; + platform_device_register(&laguna_gpio_leds_device); + } + } else { -- 2.30.2