From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753247AbcFGGQT (ORCPT ); Tue, 7 Jun 2016 02:16:19 -0400 Received: from mailout2.w1.samsung.com ([210.118.77.12]:62246 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751112AbcFGGQQ (ORCPT ); Tue, 7 Jun 2016 02:16:16 -0400 X-AuditID: cbfec7f5-f792a6d000001302-40-575666ad8c03 Subject: Re: [PATCH 0/2] ARM: dts: exynos: Fix port nodes names for Snow and Peach Pit DTS To: Javier Martinez Canillas , linux-kernel@vger.kernel.org References: <1465244684-23612-1-git-send-email-javier@osg.samsung.com> Cc: Marc Zyngier , devicetree@vger.kernel.org, Kukjin Kim , linux-samsung-soc@vger.kernel.org, Rob Herring , Mark Rutland , Russell King , linux-arm-kernel@lists.infradead.org From: Krzysztof Kozlowski Message-id: <575666AB.8080304@samsung.com> Date: Tue, 07 Jun 2016 08:16:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-version: 1.0 In-reply-to: <1465244684-23612-1-git-send-email-javier@osg.samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrGLMWRmVeSWpSXmKPExsVy+t/xq7pr08LCDTZekbOYf+Qcq8Wbt2uY LF6/MLTof/ya2WLT42usFpd3zWGzmHF+H5PFoal7GS3+3vnHZrH0+kUmi9a9R9gduD3WzFvD 6HH52kVmj02rOtk8Ni+p99jSf5fdo2/LKkaPz5vkAtijuGxSUnMyy1KL9O0SuDImXL3EVPCX veLP4Y+sDYyr2boYOTkkBEwkjh+dywJhi0lcuLceKM7FISSwlFHi96Pj7BDOM0aJXd0XmECq hAViJE6d3AjWLSIQKvHv4m1GEFtIwE1i9YZbzCANzALzmCTeX/wBlmATMJbYvHwJWAOvgJbE tb5rzCA2i4CqxKyrz8GGigpESMza/oMJokZQ4sfke0AncXBwCrhLbL3NA2IyC+hJ3L+oBVLB LCAvsXnNW+YJjAKzkDTMQqiahaRqASPzKkbR1NLkguKk9FwjveLE3OLSvHS95PzcTYyQ2Pi6 g3HpMatDjAIcjEo8vDu+hIYLsSaWFVfmHmKU4GBWEuGdFRcWLsSbklhZlVqUH19UmpNafIhR moNFSZx35q73IUIC6YklqdmpqQWpRTBZJg5OqQbGBt/vUpeX7InefMrGalpbjsSbtc+TZe65 bjHbcvWPAt9c6Y74t1Ey89pEW17Ml1znujHhz64Mk612J7sSBRzTvC9amVUkH18kcauh8/GP 5G1f+SS3mS1o66x+6iGdZzNbUa7qsn9N3B6XX7oN+0Lv8D/lCrvmy6b5p6Hft3OLi9W56kib z0ZKLMUZiYZazEXFiQDy/jZFiQIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/06/2016 10:24 PM, Javier Martinez Canillas wrote: > Hello Krzysztof, > > This small series fixes the lookup for the lvds-to-eDP bridge found in > the Exynos5250 Snow and Exynos5420 Peach Pit Chromebooks. The problem > was introduced by the commits that fixed the recent DTC warnings and > it was that the OF graph logic expects the nodes to always be called > 'port'. > > So the correct fix for the DTC warnings is to add a '#address-cells', > '#size-cells' and 'reg' properties when there is more than one port. > > Best regards, > Javier > > > Javier Martinez Canillas (2): > ARM: dts: exynos: Fix port nodes names for Exynos5250 Snow board > ARM: dts: exynos: Fix port nodes names for Exynos5420 Peach Pit board > > arch/arm/boot/dts/exynos5250-snow-common.dtsi | 13 ++++++++++--- > arch/arm/boot/dts/exynos5420-peach-pit.dts | 13 ++++++++++--- > 2 files changed, 20 insertions(+), 6 deletions(-) Thanks for fixes. Applied both for v4.7. Best regards, Krzysztof