From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757095AbbI1JR4 (ORCPT ); Mon, 28 Sep 2015 05:17:56 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:34099 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756857AbbI1JRy (ORCPT ); Mon, 28 Sep 2015 05:17:54 -0400 Subject: Re: [PATCH RESEND] ARM: dts: Move display-timings node from fimd to dp To: Tomeu Vizoso , "linux-kernel@vger.kernel.org" References: <1442494120-463-1-git-send-email-tomeu.vizoso@collabora.com> Cc: Javier Martinez Canillas , Sean Paul , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Kukjin Kim , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , linux-samsung-soc From: Krzysztof Kozlowski Message-ID: <560905B0.1090708@samsung.com> Date: Mon, 28 Sep 2015 18:17:36 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org W dniu 28.09.2015 o 17:56, Tomeu Vizoso pisze: > Hi Kukjin and Krzysztof, > > could you take a look at this? Of course, but please be patient. It waits on my todo list. I have just returned from holidays. Best regards, Krzysztof > > Thanks, > > Tomeu > > On 17 September 2015 at 14:48, Tomeu Vizoso wrote: >> From: Sean Paul >> >> This patch moves the display-timings node from fimd to dp to reflect the >> device tree bindings change. >> >> Signed-off-by: Sean Paul >> [tomeu.vizoso@collabora.com: Rebased] >> Signed-off-by: Tomeu Vizoso >> >> --- >> >> Hi, >> >> looks like a long time ago the bindings were changed and the DTs for >> these boards weren't updated. >> >> I have retaken Sean's forgotten patch and rebased it, but I have only >> tested on an Arndale that exynos-drm doesn't complain about missing >> timings. >> >> Regards, >>