diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-02 14:48:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-02 14:48:27 +0000 |
commit | c69ffda546522ae67544ad717a45abbc2ca3527f (patch) | |
tree | fb2de31fd6d40b87d35e63d5b8e01a03e9f0bbf8 /target/linux/ramips/patches-4.3/0020-arch-mips-ralink-mt7628-fixes.patch | |
parent | 140be9f1a5915e952722813e60716a257d622f74 (diff) | |
download | upstream-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.gz upstream-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.bz2 upstream-c69ffda546522ae67544ad717a45abbc2ca3527f.zip |
ramips: clean up and refresh kernel patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48070
Diffstat (limited to 'target/linux/ramips/patches-4.3/0020-arch-mips-ralink-mt7628-fixes.patch')
-rw-r--r-- | target/linux/ramips/patches-4.3/0020-arch-mips-ralink-mt7628-fixes.patch | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/target/linux/ramips/patches-4.3/0020-arch-mips-ralink-mt7628-fixes.patch b/target/linux/ramips/patches-4.3/0020-arch-mips-ralink-mt7628-fixes.patch index 0b5cb04cfb..713dcfabad 100644 --- a/target/linux/ramips/patches-4.3/0020-arch-mips-ralink-mt7628-fixes.patch +++ b/target/linux/ramips/patches-4.3/0020-arch-mips-ralink-mt7628-fixes.patch @@ -8,11 +8,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org> arch/mips/ralink/mt7620.c | 76 +++++++++++++++++++++++++++++---------------- 1 file changed, 50 insertions(+), 26 deletions(-) -diff --git a/arch/mips/ralink/mt7620.c b/arch/mips/ralink/mt7620.c -index 794a7c7..41b4a3e 100644 --- a/arch/mips/ralink/mt7620.c +++ b/arch/mips/ralink/mt7620.c -@@ -104,28 +104,28 @@ static struct rt2880_pmx_group mt7620a_pinmux_data[] = { +@@ -104,28 +104,28 @@ static struct rt2880_pmx_group mt7620a_p }; static struct rt2880_pmx_func pwm1_grp_mt7628[] = { @@ -47,7 +45,7 @@ index 794a7c7..41b4a3e 100644 FUNC("pwm", 2, 45, 2), FUNC("gpio", 1, 45, 2), FUNC("uart", 0, 45, 2), -@@ -168,7 +168,7 @@ static struct rt2880_pmx_func spi_cs1_grp_mt7628[] = { +@@ -168,7 +168,7 @@ static struct rt2880_pmx_func spi_cs1_gr FUNC("-", 3, 6, 1), FUNC("refclk", 2, 6, 1), FUNC("gpio", 1, 6, 1), @@ -56,7 +54,7 @@ index 794a7c7..41b4a3e 100644 }; static struct rt2880_pmx_func spis_grp_mt7628[] = { -@@ -185,28 +185,44 @@ static struct rt2880_pmx_func gpio_grp_mt7628[] = { +@@ -185,28 +185,44 @@ static struct rt2880_pmx_func gpio_grp_m FUNC("gpio", 0, 11, 1), }; @@ -119,7 +117,7 @@ index 794a7c7..41b4a3e 100644 1, MT7628_GPIO_MODE_PWM0), GRP_G("uart2", uart2_grp_mt7628, MT7628_GPIO_MODE_MASK, 1, MT7628_GPIO_MODE_UART2), -@@ -230,6 +246,10 @@ static struct rt2880_pmx_group mt7628an_pinmux_data[] = { +@@ -230,6 +246,10 @@ static struct rt2880_pmx_group mt7628an_ 1, MT7628_GPIO_MODE_SPIS), GRP_G("gpio", gpio_grp_mt7628, MT7628_GPIO_MODE_MASK, 1, MT7628_GPIO_MODE_GPIO), @@ -130,7 +128,7 @@ index 794a7c7..41b4a3e 100644 { 0 } }; -@@ -542,7 +562,11 @@ void prom_soc_init(struct ralink_soc_info *soc_info) +@@ -542,7 +562,11 @@ void prom_soc_init(struct ralink_soc_inf (rev & CHIP_REV_ECO_MASK)); cfg0 = __raw_readl(sysc + SYSC_REG_SYSTEM_CONFIG0); @@ -143,6 +141,3 @@ index 794a7c7..41b4a3e 100644 soc_info->mem_base = MT7620_DRAM_BASE; if (mt762x_soc == MT762X_SOC_MT7628AN) --- -1.7.10.4 - |