ath79: add support for TP-LINK Archer C7 v4
[openwrt/staging/lynxis.git] / target / linux / brcm2708 / patches-4.9 / 950-0026-Register-the-clocks-early-during-the-boot-process.patch
index 9b2a6132364f79e73ccb04c26c3323f5ae38f46a..ec174b0c9d14f52e93c85926a6d27c86bc9dc1bc 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
 
 --- a/drivers/clk/bcm/clk-bcm2835.c
 +++ b/drivers/clk/bcm/clk-bcm2835.c
-@@ -1903,8 +1903,15 @@ static int bcm2835_clk_probe(struct plat
+@@ -1909,8 +1909,15 @@ static int bcm2835_clk_probe(struct plat
        if (ret)
                return ret;
  
@@ -30,7 +30,7 @@ Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
  }
  
  static const struct of_device_id bcm2835_clk_of_match[] = {
-@@ -1921,7 +1928,11 @@ static struct platform_driver bcm2835_cl
+@@ -1927,7 +1934,11 @@ static struct platform_driver bcm2835_cl
        .probe          = bcm2835_clk_probe,
  };