Re: [PATCH 3/4] arm: am33xx: DT quirks for am33xx based beaglebone variants

2015-02-23 Thread Peter Hurley
Hi Pantelis, On 02/19/2015 01:44 PM, Pantelis Antoniou wrote: Hi Tony, On Feb 19, 2015, at 20:36 , Tony Lindgren t...@atomide.com wrote: * Pantelis Antoniou pa...@antoniou-consulting.com [150219 10:32]: On Feb 19, 2015, at 20:16 , Tony Lindgren t...@atomide.com wrote: Uhh I don't like

Re: [PATCH 3/4] arm: am33xx: DT quirks for am33xx based beaglebone variants

2015-02-23 Thread Pantelis Antoniou
Hi Peter, On Feb 23, 2015, at 20:39 , Peter Hurley pe...@hurleysoftware.com wrote: Hi Pantelis, On 02/19/2015 01:44 PM, Pantelis Antoniou wrote: Hi Tony, On Feb 19, 2015, at 20:36 , Tony Lindgren t...@atomide.com wrote: * Pantelis Antoniou pa...@antoniou-consulting.com [150219

Re: [PATCH 3/4] arm: am33xx: DT quirks for am33xx based beaglebone variants

2015-02-20 Thread Jon Hunter
On 02/19/2015 06:28 PM, Pantelis Antoniou wrote: Hi Tony, On Feb 19, 2015, at 20:16 , Tony Lindgren t...@atomide.com wrote: * Pantelis Antoniou pantelis.anton...@konsulko.com [150218 07:03]: Implement DT quirks for the am33xx beaglebone boards. --- /dev/null +++

Re: [PATCH 3/4] arm: am33xx: DT quirks for am33xx based beaglebone variants

2015-02-19 Thread Pantelis Antoniou
Hi Tony, On Feb 19, 2015, at 20:16 , Tony Lindgren t...@atomide.com wrote: * Pantelis Antoniou pantelis.anton...@konsulko.com [150218 07:03]: Implement DT quirks for the am33xx beaglebone boards. --- /dev/null +++ b/arch/arm/mach-omap2/am33xx-dt-quirks.c ... + +/* + * The board IDs for

Re: [PATCH 3/4] arm: am33xx: DT quirks for am33xx based beaglebone variants

2015-02-19 Thread Tony Lindgren
* Pantelis Antoniou pa...@antoniou-consulting.com [150219 10:32]: On Feb 19, 2015, at 20:16 , Tony Lindgren t...@atomide.com wrote: Uhh I don't like the idea of duplicating the i2c-omap.c driver under arch/arm.. And in general we should initialize things later rather than earlier.

Re: [PATCH 3/4] arm: am33xx: DT quirks for am33xx based beaglebone variants

2015-02-19 Thread Tony Lindgren
* Pantelis Antoniou pantelis.anton...@konsulko.com [150218 07:03]: Implement DT quirks for the am33xx beaglebone boards. --- /dev/null +++ b/arch/arm/mach-omap2/am33xx-dt-quirks.c ... + +/* + * The board IDs for am33xx board are in an I2C EEPROM + * We are very early in the boot process so

Re: [PATCH 3/4] arm: am33xx: DT quirks for am33xx based beaglebone variants

2015-02-19 Thread Pantelis Antoniou
Hi Tony, On Feb 19, 2015, at 20:36 , Tony Lindgren t...@atomide.com wrote: * Pantelis Antoniou pa...@antoniou-consulting.com [150219 10:32]: On Feb 19, 2015, at 20:16 , Tony Lindgren t...@atomide.com wrote: Uhh I don't like the idea of duplicating the i2c-omap.c driver under arch/arm..

Re: [PATCH 3/4] arm: am33xx: DT quirks for am33xx based beaglebone variants

2015-02-19 Thread Guenter Roeck
On Thu, Feb 19, 2015 at 10:36:00AM -0800, Tony Lindgren wrote: * Pantelis Antoniou pa...@antoniou-consulting.com [150219 10:32]: On Feb 19, 2015, at 20:16 , Tony Lindgren t...@atomide.com wrote: Uhh I don't like the idea of duplicating the i2c-omap.c driver under arch/arm.. And in

[PATCH 3/4] arm: am33xx: DT quirks for am33xx based beaglebone variants

2015-02-18 Thread Pantelis Antoniou
Implement DT quirks for the am33xx beaglebone boards. A single boot DTB supports both the beaglebone white and the beaglebone black, and on boot time the identifying EEPROM is read and the info is used to modify the live tree to match the board detected. Refer to