From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754313AbcFGItj (ORCPT ); Tue, 7 Jun 2016 04:49:39 -0400 Received: from foss.arm.com ([217.140.101.70]:42202 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752093AbcFGIth (ORCPT ); Tue, 7 Jun 2016 04:49:37 -0400 Subject: Re: [PATCH 1/2] ARM: dts: exynos: Fix port nodes names for Exynos5250 Snow board To: Javier Martinez Canillas , linux-kernel@vger.kernel.org References: <1465244684-23612-1-git-send-email-javier@osg.samsung.com> <1465244684-23612-2-git-send-email-javier@osg.samsung.com> Cc: devicetree@vger.kernel.org, Kukjin Kim , linux-samsung-soc@vger.kernel.org, Krzysztof Kozlowski , Rob Herring , Mark Rutland , Russell King , linux-arm-kernel@lists.infradead.org From: Marc Zyngier Organization: ARM Ltd Message-ID: <57568A9D.7080804@arm.com> Date: Tue, 7 Jun 2016 09:49:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0 MIME-Version: 1.0 In-Reply-To: <1465244684-23612-2-git-send-email-javier@osg.samsung.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/06/16 21:24, Javier Martinez Canillas wrote: > Commit 5c9cbade0629 ("ARM: dts: exynos: Fix DTC unit name warnings in > Exynos5250") fixed all the DTC warnings about mismatchs between unit > names and reg properties in Exynos5250 boards DTS. > > But unfortunately it also added a regression on the Exynos5250 Snow > Chromebook when changing the port node names since the OF graph logic > expects the port nodes to be always named 'port'. > > The Documentation/devicetree/bindings/graph.txt binding document says > that when there is more than one port, '#address-cells', '#size-cells' > and 'reg' properties should be used to number the port nodes. > > Fixes: 5c9cbade0629 ("ARM: dts: exynos: Fix DTC unit name warnings in Exynos5250") > Reported-by: Marc Zyngier > Signed-off-by: Javier Martinez Canillas I've tested this on top of -rc1, and it indeed fixes the display initialization I was seeing. It then dies in a horrible way, but that's a separate bug. So for this patch: Tested-by: Marc Zyngier Thanks, M. -- Jazz is not dead. It just smells funny...