From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3418AE011AF for ; Tue, 27 Nov 2012 10:32:28 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id D5C7DF811FC; Tue, 27 Nov 2012 11:32:27 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 1CC1DF811FC; Tue, 27 Nov 2012 11:32:25 -0700 (MST) Message-ID: <50B50761.9090707@gmail.com> Date: Tue, 27 Nov 2012 11:33:05 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Fabio Estevam References: <1353610181-14057-1-git-send-email-otavio@ossystems.com.br> <96715462.r9LSDhPm2f@rudolf> <50B3AE06.7020807@gmail.com> <50B3B4A1.5030400@gmail.com> <50B3BAF0.2020507@gmail.com> <50B502E6.9040308@gmail.com> In-Reply-To: Cc: meta-freescale@yoctoproject.org, Otavio Salvador Subject: Re: [meta-fsl-arm][PATCH v3 0/8] iMX6 Yocto Support based on 12.09.01 BSP X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 18:32:28 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2012-11-27 11:17, Fabio Estevam wrote: > On Tue, Nov 27, 2012 at 4:13 PM, Gary Thomas 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. I thought I had your kernel working with this board, but I've tried so many things in the past few weeks (not to mention all the other boards I try to keep track of!) My panel is the Nit6X_800x480 which uses the TSC2004 touch controller. For now, I'll build the kernel using their tree. Would you entertain patches to make the FSL BSP work with this board (if I have time)?