From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755121AbcEXLmS (ORCPT ); Tue, 24 May 2016 07:42:18 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:34132 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752237AbcEXLmQ (ORCPT ); Tue, 24 May 2016 07:42:16 -0400 Date: Tue, 24 May 2016 14:43:17 +0300 From: Antony Pavlov To: Rob Herring Cc: Linux-MIPS , Ralf Baechle , Paul Burton , Zubair Lutfullah Kakakhel , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] MIPS: devicetree: fix cpu interrupt controller node-names Message-Id: <20160524144317.53614ee26334019774c3ea99@gmail.com> In-Reply-To: References: <1464003540-13009-1-git-send-email-antonynpavlov@gmail.com> X-Mailer: Sylpheed 3.5.0beta3 (GTK+ 2.24.25; i586-pc-linux-gnu) Mime-Version: 1.0 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 On Mon, 23 May 2016 10:47:16 -0500 Rob Herring wrote: > On Mon, May 23, 2016 at 6:39 AM, Antony Pavlov wrote: > > Here is the quote from [1]: > > > > The unit-address must match the first address specified > > in the reg property of the node. If the node has no reg property, > > the @ and unit-address must be omitted and the node-name alone > > differentiates the node from other nodes at the same level > > > > This patch adjusts MIPS dts-files and devicetree binding > > documentation in accordance with [1]. > > > > [1] Power.org(tm) Standard for Embedded Power Architecture(tm) > > Platform Requirements (ePAPR). Version 1.1 – 08 April 2011. > > Chapter 2.2.1.1 Node Name Requirements > > FYI, you can reference "the Devicetree Spec" now: devicetree.org Thanks for your note! Last time I visited devicetree.org in Jan 2015. Now I see that the devicetree.org site has changed dramaticaly, e.g. it does not use Mediawiki anymore. Alas some important links from the http://www.devicetree.org/specifications/ page are broken: * http://www.devicetree.org/specifications-pdf * https://github.com/devicetree-org/devicetree-specification-released Anyway I have got a prerelease specification version from github: https://raw.githubusercontent.com/devicetree-org/devicetree-specification-released/master/prerelease/devicetree-specification-v0.1-pre1-20160429.pdf > Acked-by: Rob Herring > > > Signed-off-by: Antony Pavlov > > Cc: Ralf Baechle > > Cc: Paul Burton > > Cc: Zubair Lutfullah Kakakhel > > Cc: Rob Herring > > Cc: Pawel Moll > > Cc: Mark Rutland > > Cc: Ian Campbell > > Cc: Kumar Gala > > Cc: linux-mips@linux-mips.org > > Cc: devicetree@vger.kernel.org > > Cc: linux-kernel@vger.kernel.org > > --- > > Documentation/devicetree/bindings/mips/cpu_irq.txt | 2 +- > > arch/mips/boot/dts/ingenic/jz4740.dtsi | 2 +- > > arch/mips/boot/dts/ralink/mt7620a.dtsi | 2 +- > > arch/mips/boot/dts/ralink/rt2880.dtsi | 2 +- > > arch/mips/boot/dts/ralink/rt3050.dtsi | 2 +- > > arch/mips/boot/dts/ralink/rt3883.dtsi | 2 +- > > arch/mips/boot/dts/xilfpga/nexys4ddr.dts | 2 +- > > 7 files changed, 7 insertions(+), 7 deletions(-) -- --  Best regards,   Antony Pavlov