kernel: bump 4.4 to 4.4.91
[openwrt/staging/chunkeey.git] / target / linux / ramips / patches-4.9 / 301-fix-rt3883.patch
index 100dd6253d449d71982afde9090465006f4ca06d..5b79526894a2e799bbf824c89e175a5590f1d9b9 100644 (file)
@@ -1,23 +1,6 @@
 --- a/arch/mips/ralink/rt3883.c
 +++ b/arch/mips/ralink/rt3883.c
-@@ -63,16 +63,6 @@
-       { 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 @@
+@@ -147,5 +147,5 @@ void prom_soc_init(struct ralink_soc_inf
  
        rt2880_pinmux_data = rt3883_pinmux_data;