[source] cns3xxx: add GW2394 Support

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 8 04:40:09 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/1419087a35c4d078d916833a1cc3fdfd0449d34c

commit 1419087a35c4d078d916833a1cc3fdfd0449d34c
Author: Tim Harvey <tharvey at gateworks.com>
AuthorDate: Wed Sep 7 08:47:41 2016 -0700

    cns3xxx: add GW2394 Support
    
    Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
 target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c b/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c
index 6c77923..667a8e5 100644
--- a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c
+++ b/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c
@@ -1030,7 +1030,9 @@ static int __init laguna_model_setup(void)
 			laguna_gpio_leds[3].name = "blue";
 			laguna_gpio_leds[3].active_low = 0,
 			laguna_gpio_leds_data.num_leds = 4;
-		} else if (strncmp(laguna_info.model, "GW2384", 6) == 0) {
+		} else if ( (strncmp(laguna_info.model, "GW2384", 6) == 0)
+			 || (strncmp(laguna_info.model, "GW2394", 6) == 0) )
+		{
 			// configure GPIO's
 			laguna_register_gpio(ARRAY_AND_SIZE(laguna_gpio_gw2384));
 			// configure LED's



More information about the lede-commits mailing list