On Tue, Nov 27, 2012 at 4:13 PM, Gary Thomas <[email protected]> wrote:
> Hmm, that driver does not build (meta-fsl-arm is up to date): > > | drivers/input/touchscreen/p1003_ts.c: In function 'p1003_probe': > | drivers/input/touchscreen/p1003_ts.c:304:2: error: implicit declaration of > function 'set_irq_type' [-Werror=implicit-function-declaration] Try changing it to 'irq_set_irq_type' instead. Do you know exactly the panel you are using with sabrelite? Just looked at Boundary Device's git tree and it seems they support 3 panels: https://github.com/boundarydevices/linux-imx6/blob/boundary-L3.0.35_MX6DQ_ER_1208-Beta/arch/arm/mach-mx6/board-mx6q_sabrelite.c The original 12.09 BSP from FSL has not been tested/validated on mx6qsabrelite board. Please compare it with the Boundary Device tree. Regards, Fabio Estevam _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
