Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp965316imd; Thu, 1 Nov 2018 08:15:24 -0700 (PDT) X-Google-Smtp-Source: AJdET5eIHSndTucZGhkHIk0AQMqJCenCfJdfopR9010p13tiYrr4T36UD5mYH8TQUQ7ijVEahQaC X-Received: by 2002:a63:2f86:: with SMTP id v128mr7240397pgv.407.1541085324788; Thu, 01 Nov 2018 08:15:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1541085324; cv=none; d=google.com; s=arc-20160816; b=IuqEgo9jf0BtpYrSOK/IupOICeTayw0XLCLQjv1zvJ0pl1/8d5+eg0V9DUg6uzZWbZ l70uV9T6SKWPCfhtR+lp6HfuDK+cyB6QnRZVL54vmoyn1+fGx1rDoT5QY2tBmvVvL7tJ E6a8wNjNcj5KiaapMXFwHHxNVtZ/LRU/Y+0gYxz78BZln9TcT0rAuTySlqqSk1yPSQaF 7S5+fDIREN8eXqLw9cU9MAXJOxyZSCIZTrFAgDAouXtPPyR8jaTT+JSyDLY4Sf/pNPC7 +fUSLG8hMlvNE4FsB4Z7vl24QUiLhMAReOtyJ2SkhSSj7i8KrpUj2PYE3JLBgftgXVzk xV9g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=dC7yNvA3FeQfGoYgEaFcoktQRhG9gyGmOGMAmpCU1iA=; b=XPQz+5yiwik4WKxbszf6Cnyr2U0Mxu2vl6GHLez1OmWcgQv6KA5GaJN50ywaqpXFMU QwqkwSqH0aJ5jZy7GJQdG9AmiS9vvKZSrnkcy5z7Ew6e2rcONiILWMdXe2Xl9SXuKB/k Xavg/Far6m0MyYEoOEW40PlGmv/ArUxYaXgG9JCcWDXGBQ//jF1/rGpbnBEaLsG77NxU zllRWyE/JneVVxPxqYXkvi3RmCCviHCvofWU1sG3jx3gtkp50a/PCSHq8BqVBH0RKjs+ /7Ylh8JRfol3E+F4YUU9uYMU7zCWcY7IUAMuhqV/paJvjeE86XLp0bDW+1bsEAFwrwca Xvyw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q10-v6si30738129pgk.392.2018.11.01.08.15.09; Thu, 01 Nov 2018 08:15:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728920AbeKBAQF (ORCPT + 99 others); Thu, 1 Nov 2018 20:16:05 -0400 Received: from gate.crashing.org ([63.228.1.57]:58347 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728089AbeKBAQF (ORCPT ); Thu, 1 Nov 2018 20:16:05 -0400 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id wA1FCCjs007553; Thu, 1 Nov 2018 10:12:13 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id wA1FC26b007532; Thu, 1 Nov 2018 10:12:02 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Thu, 1 Nov 2018 10:12:02 -0500 From: Segher Boessenkool To: Michael Ellerman Cc: Rob Herring , devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Linux Kernel Mailing List , Frank Rowand , Tyrel Datwyler Subject: Re: [PATCH 01/21] of: Add cpu node iterator for_each_of_cpu_node() Message-ID: <20181101151201.GJ5994@gate.crashing.org> References: <20180905193738.19325-1-robh@kernel.org> <20180905193738.19325-2-robh@kernel.org> <874ld3jz6v.fsf@concordia.ellerman.id.au> <871s87jz3g.fsf@concordia.ellerman.id.au> <87tvl1dq7q.fsf@concordia.ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87tvl1dq7q.fsf@concordia.ellerman.id.au> User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 01, 2018 at 09:52:57PM +1100, Michael Ellerman wrote: > Rob Herring writes: > > Yes, I was aware at least older powerpc DTs don't use 'cpu' for node names. > > Actually newer ones too, see below :) Good, because that is required by the Open Firmware standard (the PowerPC binding, to be exact): http://www.openbios.org/data/docs/ppc-2_1.ps (see 5.1.4, "name"). Segher