Re: [PATCH v2 RESEND 1/2] ARM: vexpress: Remove non-DT code

2014-11-28 Thread Russell King - ARM Linux
On Fri, Nov 28, 2014 at 03:53:04PM +, Pawel Moll wrote: > To summarize, I believe that setting CONFIG_REGULATOR=y (as in > vexpress_defconfig) should solve your issue. It does, thanks. -- FTTC broadband for 0.8mile line: currently at 9.5Mbps down 400kbps up according to speedtest.net. -- To

Re: [PATCH v2 RESEND 1/2] ARM: vexpress: Remove non-DT code

2014-11-28 Thread Pawel Moll
On Fri, 2014-11-28 at 16:31 +, Arnd Bergmann wrote: > I would suggest applying your patch from > http://thread.gmane.org/gmane.linux.ports.arm.kernel/223426/focus=224128 Yes, please :-) Do you want me to resend? Pawel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel

Re: [PATCH v2 RESEND 1/2] ARM: vexpress: Remove non-DT code

2014-11-28 Thread Arnd Bergmann
On Friday 28 November 2014 15:53:04 Pawel Moll wrote: > vmmc-supply is a defined as: > > vmmc-supply = <&v2m_fixed_3v3>; > > which is: > > v2m_fixed_3v3: fixedregulator@0 { > compatible = "regulator-fixed"; > > and arch/arm

Re: [PATCH v2 RESEND 1/2] ARM: vexpress: Remove non-DT code

2014-11-28 Thread Pawel Moll
On Fri, 2014-11-28 at 15:30 +, Russell King - ARM Linux wrote: > mmci-pl18x 10005000.mmci: no support for card's volts > mmc0: error -22 whilst initialising SD card Just tried it again: --8< ARM Versatile Express Boot Monitor Version:V5.2.1 Build Date: Apr 4 2

Re: [PATCH v2 RESEND 1/2] ARM: vexpress: Remove non-DT code

2014-11-28 Thread Russell King - ARM Linux
On Fri, Nov 28, 2014 at 04:08:34PM +0100, Arnd Bergmann wrote: > On Tuesday 25 November 2014, Pawel Moll wrote: > > Now, with the CLCD DT support available, there is no > > more reason to keep the non-DT support for V2P-CA9. > > > > Removed, together with "some" supporting code. It was > > necessa

Re: [PATCH v2 RESEND 1/2] ARM: vexpress: Remove non-DT code

2014-11-28 Thread Arnd Bergmann
On Tuesday 25 November 2014, Pawel Moll wrote: > Now, with the CLCD DT support available, there is no > more reason to keep the non-DT support for V2P-CA9. > > Removed, together with "some" supporting code. It was > necessary to make PLAT_VERSATILE_SCHED_CLOCK optional > and selected by the machin

[PATCH v2 RESEND 1/2] ARM: vexpress: Remove non-DT code

2014-11-25 Thread Pawel Moll
Now, with the CLCD DT support available, there is no more reason to keep the non-DT support for V2P-CA9. Removed, together with "some" supporting code. It was necessary to make PLAT_VERSATILE_SCHED_CLOCK optional and selected by the machines still interested in it. Acked-by: Mike Turquette Signe