kernel: update kernel 4.9 to 4.9.17
[openwrt/staging/lynxis/omap.git] / target / linux / ramips / patches-4.9 / 301-fix-rt3883.patch
index 49a17cf964ff0a16ed67605bfe3388f498ea377d..5b79526894a2e799bbf824c89e175a5590f1d9b9 100644 (file)
@@ -1,23 +1,6 @@
 --- a/arch/mips/ralink/rt3883.c
 +++ b/arch/mips/ralink/rt3883.c
-@@ -63,16 +63,6 @@ static struct rt2880_pmx_group rt3883_pi
-       { 0 }
- };
--static void rt3883_wdt_reset(void)
--{
--      u32 t;
--
--      /* enable WDT reset output on GPIO 2 */
--      t = rt_sysc_r32(RT3883_SYSC_REG_SYSCFG1);
--      t |= RT3883_SYSCFG1_GPIO2_AS_WDT_OUT;
--      rt_sysc_w32(t, RT3883_SYSC_REG_SYSCFG1);
--}
--
- void __init ralink_clk_init(void)
- {
-       unsigned long cpu_rate, sys_rate;
-@@ -157,5 +147,5 @@ void prom_soc_init(struct ralink_soc_inf
+@@ -147,5 +147,5 @@ void prom_soc_init(struct ralink_soc_inf
  
        rt2880_pinmux_data = rt3883_pinmux_data;