Re: [PATCH v4 12/12] MIPS: Add basic support for the TL-WR1043ND version 1

2015-06-22 Thread Antony Pavlov
On Sun, 31 May 2015 02:18:26 +0200 Alban Bedel wrote: > Add a DTS for TL-WR1043ND version 1 and allow to have it built in the > kernel to circumvent the broken u-boot found on these boards. > Currently only the UART, LEDs and buttons are supported. > > Signed-off-by: Alban Bedel > --- > v2: * R

Re: [PATCH v4 12/12] MIPS: Add basic support for the TL-WR1043ND version 1

2015-06-22 Thread Antony Pavlov
On Sat, 20 Jun 2015 12:51:37 +0200 Alban wrote: > On Mon, 15 Jun 2015 10:42:13 +0300 > Antony Pavlov wrote: > > > On Wed, 10 Jun 2015 23:58:11 +0200 > > Alban wrote: > > > > > On Mon, 8 Jun 2015 13:17:58 +0300 > > > Antony Pavlov wrote: > > > > > > > IMHO AR9132 SoC can't work without exter

Re: [PATCH v4 12/12] MIPS: Add basic support for the TL-WR1043ND version 1

2015-06-20 Thread Alban
On Mon, 15 Jun 2015 10:42:13 +0300 Antony Pavlov wrote: > On Wed, 10 Jun 2015 23:58:11 +0200 > Alban wrote: > > > On Mon, 8 Jun 2015 13:17:58 +0300 > > Antony Pavlov wrote: > > > > > IMHO AR9132 SoC can't work without external oscilator. > > > > > > Can we just move basic extosc declaration

Re: [PATCH v4 12/12] MIPS: Add basic support for the TL-WR1043ND version 1

2015-06-15 Thread Antony Pavlov
On Wed, 10 Jun 2015 23:58:11 +0200 Alban wrote: > On Mon, 8 Jun 2015 13:17:58 +0300 > Antony Pavlov wrote: > > > IMHO AR9132 SoC can't work without external oscilator. > > > > Can we just move basic extosc declaration to SoC dt file > > (ar9132.dtsi)? So board dt file ar9132_tl_wr1043nd_v1.dts

Re: [PATCH v4 12/12] MIPS: Add basic support for the TL-WR1043ND version 1

2015-06-10 Thread Alban
On Mon, 8 Jun 2015 13:17:58 +0300 Antony Pavlov wrote: > IMHO AR9132 SoC can't work without external oscilator. > > Can we just move basic extosc declaration to SoC dt file > (ar9132.dtsi)? So board dt file ar9132_tl_wr1043nd_v1.dts will > contain only oscilator clock frequency value. I would p

Re: [PATCH v4 12/12] MIPS: Add basic support for the TL-WR1043ND version 1

2015-06-08 Thread Antony Pavlov
On Sun, 31 May 2015 02:18:26 +0200 Alban Bedel wrote: > Add a DTS for TL-WR1043ND version 1 and allow to have it built in the > kernel to circumvent the broken u-boot found on these boards. > Currently only the UART, LEDs and buttons are supported. > > Signed-off-by: Alban Bedel > --- /dev/nul

[PATCH v4 12/12] MIPS: Add basic support for the TL-WR1043ND version 1

2015-05-30 Thread Alban Bedel
Add a DTS for TL-WR1043ND version 1 and allow to have it built in the kernel to circumvent the broken u-boot found on these boards. Currently only the UART, LEDs and buttons are supported. Signed-off-by: Alban Bedel --- v2: * Rebased for the new vendor directory structure * Merged the 2 separ