Author: blogic Date: 2015-08-17 08:15:44 +0200 (Mon, 17 Aug 2015) New Revision: 46644
Modified: trunk/target/linux/ramips/patches-3.18/0012-MIPS-ralink-add-MT7621-support.patch Log: ramips: Fix amount of MT7621 pins controlled by spi group The PINS conntrolled by the SPI bits in the GPIO_MODE register is always 7 and not 8 for nand mode. Signed-off-by: Sven Eckelmann <[email protected]> Modified: trunk/target/linux/ramips/patches-3.18/0012-MIPS-ralink-add-MT7621-support.patch =================================================================== --- trunk/target/linux/ramips/patches-3.18/0012-MIPS-ralink-add-MT7621-support.patch 2015-08-17 06:15:34 UTC (rev 46643) +++ trunk/target/linux/ramips/patches-3.18/0012-MIPS-ralink-add-MT7621-support.patch 2015-08-17 06:15:44 UTC (rev 46644) @@ -593,7 +593,7 @@ +static struct rt2880_pmx_func rgmii2_grp[] = { FUNC("rgmii", 0, 22, 12) }; +static struct rt2880_pmx_func spi_grp[] = { + FUNC("spi", 0, 34, 7), -+ FUNC("nand", 2, 34, 8), ++ FUNC("nand", 2, 34, 7), +}; +static struct rt2880_pmx_func sdhci_grp[] = { + FUNC("sdhci", 0, 41, 8), _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
