bcm47xx: Remove kernel checks from image Makefile
[openwrt.git] / target / linux / cns3xxx / patches / 100-laguna_support.patch
index 73ee425..574b8b3 100644 (file)
@@ -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
 + *
 +                      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 {
 +
                iotable_init(cns3xxx_pcie[i].cfg_bases,
                             ARRAY_SIZE(cns3xxx_pcie[i].cfg_bases));
-               cns3xxx_pwr_clk_en(0x1 << PM_CLK_GATE_REG_OFFSET_PCIE(i));
-@@ -386,4 +389,3 @@ static int __init cns3xxx_pcie_init(void
+               cns3xxx_pcie_check_link(&cns3xxx_pcie[i]);
+@@ -384,4 +387,3 @@ static int __init cns3xxx_pcie_init(void
  
        return 0;
  }
This page took 0.022461 seconds and 4 git commands to generate.