Re: [OpenWrt-Devel] [PATCH] rampips: Fix pinmux functions for MT7621

2015-07-31 Thread Sven Eckelmann
On Thursday 30 July 2015 14:23:06 John Crispin wrote: On 29/07/2015 17:19, Sven Eckelmann wrote: The pinctrl-rt2880 code doesn't support multiple functions with the same name. This will result in incorrect pinmux configuration. The MT7621 uses 2 bit wide configuration of the sdhci,

Re: [OpenWrt-Devel] [PATCH] rampips: Fix pinmux functions for MT7621

2015-07-31 Thread John Crispin
On 31/07/2015 11:23, Sven Eckelmann wrote: On Friday 31 July 2015 10:33:59 John Crispin wrote: [...] What about the other problems like wrong settings width, wrong settings position and missing settings? Should I resend them? which patch exactly ? I have now submitted the patch but this

Re: [OpenWrt-Devel] [PATCH] rampips: Fix pinmux functions for MT7621

2015-07-31 Thread Sven Eckelmann
On Friday 31 July 2015 10:33:59 John Crispin wrote: [...] What about the other problems like wrong settings width, wrong settings position and missing settings? Should I resend them? which patch exactly ? I have now submitted the patch but this time split into separate patches [1,2,3]

Re: [OpenWrt-Devel] [PATCH] rampips: Fix pinmux functions for MT7621

2015-07-30 Thread John Crispin
On 29/07/2015 17:19, Sven Eckelmann wrote: The pinctrl-rt2880 code doesn't support multiple functions with the same name. This will result in incorrect pinmux configuration. The MT7621 uses 2 bit wide configuration of the sdhci, spi, mdio, pcie, wdt, uart2 and uart3. But the code only

[OpenWrt-Devel] [PATCH] rampips: Fix pinmux functions for MT7621

2015-07-29 Thread Sven Eckelmann
The pinctrl-rt2880 code doesn't support multiple functions with the same name. This will result in incorrect pinmux configuration. The MT7621 uses 2 bit wide configuration of the sdhci, spi, mdio, pcie, wdt, uart2 and uart3. But the code only changed a single bit for uart3, uart2 and mdio. Also