Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753004AbaGYRCh (ORCPT ); Fri, 25 Jul 2014 13:02:37 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:42635 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752683AbaGYRCf convert rfc822-to-8bit (ORCPT ); Fri, 25 Jul 2014 13:02:35 -0400 MIME-Version: 1.0 X-Originating-IP: [95.21.62.104] In-Reply-To: References: <1405704009-8430-1-git-send-email-afaerber@suse.de> <1405704009-8430-4-git-send-email-afaerber@suse.de> Date: Fri, 25 Jul 2014 19:02:34 +0200 Message-ID: Subject: Re: [PATCH v2 3/4] ARM: dts: exynos5250: Fold common ChromeOS parts into Snow From: Javier Martinez Canillas To: Doug Anderson Cc: =?UTF-8?Q?Andreas_F=C3=A4rber?= , "linux-samsung-soc@vger.kernel.org" , Stephan van Schaik , Vincent Palatin , Ben Dooks , Kukjin Kim , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , "moderated list:ARM/SAMSUNG ARM A..." , "open list:OPEN FIRMWARE AND..." , open list 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 Hello Doug, On Fri, Jul 25, 2014 at 6:43 PM, Doug Anderson wrote: > Javier, > > On Fri, Jul 25, 2014 at 9:35 AM, Javier Martinez Canillas > wrote: >> Hello Andreas, >> >> On Fri, Jul 18, 2014 at 7:20 PM, Andreas Färber wrote: >>> >>> + memory { >>> + reg = <0x40000000 0x80000000>; >>> + }; >>> + >>> + chosen { >>> + }; >>> + >> >> Is there a reason for an empty chosen node? Same for the Spring DTS. > > I know that the bootloader (U-Boot) fills this in. I'd have to double > check how the bootloader handles the node not being there to begin > with. Yes, U-Boot fills this but if the node does not exist in the FDT, it creates one. Take a look at fdt_chosen() in common/fdt_support.c [0]. So I think it's better to just remove it since is empty. Best regards, Javier [0]: https://chromium.googlesource.com/chromiumos/third_party/u-boot/+/master/common/fdt_support.c#215 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/