From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756098AbaHAVD7 (ORCPT ); Fri, 1 Aug 2014 17:03:59 -0400 Received: from mail-we0-f176.google.com ([74.125.82.176]:52798 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754825AbaHAVD5 (ORCPT ); Fri, 1 Aug 2014 17:03:57 -0400 Message-ID: <53DC00B8.3050008@gmail.com> Date: Fri, 01 Aug 2014 23:03:52 +0200 From: Tomasz Figa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , linux-samsung-soc@vger.kernel.org CC: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Stephan van Schaik , Vincent Palatin , Doug Anderson , Javier Martinez Canillas , Tomasz Figa , Ben Dooks , Kukjin Kim , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , open list Subject: Re: [PATCH v5 07/10] ARM: dts: Clean up exynos5250-arndale References: <1406868897-26874-1-git-send-email-afaerber@suse.de> <1406868897-26874-8-git-send-email-afaerber@suse.de> In-Reply-To: <1406868897-26874-8-git-send-email-afaerber@suse.de> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Just wanted to report one issue unrelated to your changes I spotted while reviewing this patch. See below. On 01.08.2014 06:54, Andreas Färber wrote: > Use the new style of referencing inherited nodes, use symbolic names, > tidy indentation and reorder includes. > > Goal is the alignment of all exynos5250 based device trees for comparison. [snip] > - fimd: fimd@14400000 { > - status = "okay"; > - display-timings { > - native-mode = <&timing0>; > - timing0: timing@0 { > - /* 2560x1600 DP panel */ > - clock-frequency = <50000>; This apparently makes little sense as I doubt anybody would be willing to run a DP panel with refresh rate of 0,012 Hz... Anyway, your patch just moves it, so this is just an unrelated report. Best regards, Tomasz