Re: [PATCH] MIPS: devicetree: fix cpu interrupt controller node-names

From: Rob Herring
Date: Mon May 23 2016 - 11:47:44 EST


On Mon, May 23, 2016 at 6:39 AM, Antony Pavlov <antonynpavlov@xxxxxxxxx> 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

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx>
> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx>
> Cc: Paul Burton <paul.burton@xxxxxxxxxx>
> Cc: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@xxxxxxxxxx>
> Cc: Rob Herring <robh+dt@xxxxxxxxxx>
> Cc: Pawel Moll <pawel.moll@xxxxxxx>
> Cc: Mark Rutland <mark.rutland@xxxxxxx>
> Cc: Ian Campbell <ijc+devicetree@xxxxxxxxxxxxxx>
> Cc: Kumar Gala <galak@xxxxxxxxxxxxxx>
> Cc: linux-mips@xxxxxxxxxxxxxx
> Cc: devicetree@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> ---
> 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(-)