From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754883AbaHBM5x (ORCPT ); Sat, 2 Aug 2014 08:57:53 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:37791 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752255AbaHBM5u (ORCPT ); Sat, 2 Aug 2014 08:57:50 -0400 Message-ID: <53DCE04A.1040803@gmail.com> Date: Sat, 02 Aug 2014 14:57:46 +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 v6 06/10] ARM: dts: Clean up exynos5250-smdk5250 References: <1406940750-15880-1-git-send-email-afaerber@suse.de> <1406940750-15880-7-git-send-email-afaerber@suse.de> In-Reply-To: <1406940750-15880-7-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 On 02.08.2014 02:52, Andreas Färber wrote: > Use the new style for referencing inherited nodes and use symbolic names. > > Goal is the alignment of all exynos5250 based device trees for comparison. > > Signed-off-by: Andreas Färber > --- > v5 -> v6: > * Renamed node label codec -> mfc for alignment with "add System MMU nodes" > * Rebased for leaving dp_hpd in .dtsi > > v5: New > Follow-up after adding dp_hpd pinctrl node new-style. > > arch/arm/boot/dts/exynos5250-smdk5250.dts | 632 +++++++++++++++--------------- > 1 file changed, 318 insertions(+), 314 deletions(-) This in fact ends up with empty diff after compiling and decompiling the dts, so obviously will not break anything. :) Reviewed-by: Tomasz Figa Best regards, Tomasz