[PATCH v3 2/2] at91: add Atmel ISI and ov2640 support on sam9m10/sam9g45 board.
From: Jean-Christophe PLAGNIOL-VILLARD <hidden>
Date: 2011-09-24 05:48:45
Also in:
linux-media, lkml
From: Jean-Christophe PLAGNIOL-VILLARD <hidden>
Date: 2011-09-24 05:48:45
Also in:
linux-media, lkml
On 09:35 Thu 22 Sep , Guennadi Liakhovetski wrote:
On Thu, 22 Sep 2011, Josh Wu wrote:quoted
This patch 1. add ISI_MCK parent setting code when add ISI device. 2. add ov2640 support on board file. 3. define isi_mck clock in sam9g45 chip file. Signed-off-by: Josh Wu <redacted> --- arch/arm/mach-at91/at91sam9g45.c | 3 + arch/arm/mach-at91/at91sam9g45_devices.c | 105 +++++++++++++++++++++++++++++- arch/arm/mach-at91/board-sam9m10g45ek.c | 85 ++++++++++++++++++++++++- arch/arm/mach-at91/include/mach/board.h | 3 +-Personally, I think, it would be better to separate this into two patches at least: one for at91 core and one for the specific board, but that's up to arch maintainers to decide. You also want to patch arch/arm/mach-at91/at91sam9263_devices.c, don't you?
agreed Best Regards, J.