ar71xx: disable devicetree support
[openwrt/staging/stintel.git] / target / linux / ar71xx / patches-4.9 / 621-MIPS-ath79-add-support-for-QCA956x-SoC.patch
index dafac99190ebb1810dc65893013886415d519747..e6eaa7123a960fa5ceab0e19b12cbff0f8043781 100644 (file)
@@ -24,7 +24,7 @@
  config ATH79_NVRAM
 --- a/arch/mips/ath79/clock.c
 +++ b/arch/mips/ath79/clock.c
-@@ -526,6 +526,100 @@ static void __init qca955x_clocks_init(v
+@@ -528,6 +528,100 @@ static void __init qca955x_clocks_init(v
        clk_add_alias("uart", NULL, "ref", NULL);
  }
  
  void __init ath79_clocks_init(void)
  {
        if (soc_is_ar71xx())
-@@ -540,6 +634,8 @@ void __init ath79_clocks_init(void)
+@@ -542,6 +636,8 @@ void __init ath79_clocks_init(void)
                qca953x_clocks_init();
        else if (soc_is_qca955x())
                qca955x_clocks_init();