From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934727AbbGHI11 (ORCPT ); Wed, 8 Jul 2015 04:27:27 -0400 Received: from mailout2.w1.samsung.com ([210.118.77.12]:35113 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933971AbbGHI1K (ORCPT ); Wed, 8 Jul 2015 04:27:10 -0400 X-AuditID: cbfec7f4-f79c56d0000012ee-76-559cdedae3dc Message-id: <559CDEDA.50608@samsung.com> Date: Wed, 08 Jul 2015 17:27:06 +0900 From: Krzysztof Kozlowski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-version: 1.0 To: Javier Martinez Canillas , Kukjin Kim Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] ARM: dts: Use labels instead of full paths for Exynos5 pinctrl nodes References: <1436333790-18219-1-git-send-email-javier@osg.samsung.com> In-reply-to: <1436333790-18219-1-git-send-email-javier@osg.samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFrrJLMWRmVeSWpSXmKPExsVy+t/xa7q37s0JNfj91cZi/pFzrBZv3q5h snj9wtCi//FrZotNj6+xWlzeNYfNYsb5fUwO7B6bVnWyeWxeUu+xpf8uu0ffllWMHp83yQWw RnHZpKTmZJalFunbJXBl/Dh6h6ngDWvFt5/zmRoYL7F0MXJySAiYSHw79J0JwhaTuHBvPVsX IxeHkMBSRonju/5AOU8ZJW4f+8MIUsUroCFxcecXVhCbRUBV4nP/HbA4m4CxxOblS9hAbFGB CIm3l08yQdQLSvyYfA9sm4hAmMTc9oOsIEOZBdoZJf503wUbJCwQL3H/0i1mEFtIwE2iYfty sKGcAu4Ss2Z/BBrEAdSgJ3H/ohZImFlAXmLzmrfMExgFZiFZMQuhahaSqgWMzKsYRVNLkwuK k9JzDfWKE3OLS/PS9ZLzczcxQgL8yw7GxcesDjEKcDAq8fB6xMwJFWJNLCuuzD3EKMHBrCTC u+sCUIg3JbGyKrUoP76oNCe1+BCjNAeLkjjv3F3vQ4QE0hNLUrNTUwtSi2CyTBycUg2MqSHd lRbK5+x2cxse1z/z7+TTrcFVu44GctyoXhs/4eNDQ9cvBmnJjqVH5I6mdTHO29u/bNWmmKaf K0Omm0uq/NvGyTtdTVlZy/jvhXvKR+eZzcrR3sRy4B6/wc5vc5Jl/Rqel62tZjBf+ynyqZdz E6v9vA3n4m4eXzhPdkOP+5ek/LAoiVRmJZbijERDLeai4kQA/X8wuGwCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08.07.2015 14:36, Javier Martinez Canillas wrote: > Hello Kukjin and Krzysztof, > > This is a trivial series that changes Exynos5 pinctrl dtsi files to extend > the pinctrl nodes using labels instead of full paths. > > Using labels is less error prone since a misstyped label leads to a build > error while full paths can lead to the creation of a new node instead of > overriding the original which makes the mistake harder to detect. > > I tested the changes by decompiling the Exynos5* dtbs and comparing before > and after. The resulting dts were identical modulo some node ordering due > the pinctrl include change. Is the DTB before and after the same? It should not change by re-ordering. Best regards, Krzysztof