diff options
author | Antony Pavlov <antonynpavlov@gmail.com> | 2016-05-23 07:39:00 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-28 06:35:12 -0400 |
commit | 5214cae77c11f5fdb13ebe478067a6008c4da630 (patch) | |
tree | 7b9f002879f75d35ca0ff4137f8373e9e03a3b2c /arch/mips/boot | |
parent | 94cc36b84acc29f543b48bc5ed786011b112a666 (diff) |
MIPS: devicetree: fix cpu interrupt controller node-names
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
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13345/
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/ingenic/jz4740.dtsi | 2 | ||||
-rw-r--r-- | arch/mips/boot/dts/ralink/mt7620a.dtsi | 2 | ||||
-rw-r--r-- | arch/mips/boot/dts/ralink/rt2880.dtsi | 2 | ||||
-rw-r--r-- | arch/mips/boot/dts/ralink/rt3050.dtsi | 2 | ||||
-rw-r--r-- | arch/mips/boot/dts/ralink/rt3883.dtsi | 2 | ||||
-rw-r--r-- | arch/mips/boot/dts/xilfpga/nexys4ddr.dts | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/boot/dts/ingenic/jz4740.dtsi b/arch/mips/boot/dts/ingenic/jz4740.dtsi index 4a9c8f2a72d6..f6ae6ed9c4b1 100644 --- a/arch/mips/boot/dts/ingenic/jz4740.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4740.dtsi | |||
@@ -5,7 +5,7 @@ | |||
5 | #size-cells = <1>; | 5 | #size-cells = <1>; |
6 | compatible = "ingenic,jz4740"; | 6 | compatible = "ingenic,jz4740"; |
7 | 7 | ||
8 | cpuintc: interrupt-controller@0 { | 8 | cpuintc: interrupt-controller { |
9 | #address-cells = <0>; | 9 | #address-cells = <0>; |
10 | #interrupt-cells = <1>; | 10 | #interrupt-cells = <1>; |
11 | interrupt-controller; | 11 | interrupt-controller; |
diff --git a/arch/mips/boot/dts/ralink/mt7620a.dtsi b/arch/mips/boot/dts/ralink/mt7620a.dtsi index 08bf24fefe9f..793c0c7ca921 100644 --- a/arch/mips/boot/dts/ralink/mt7620a.dtsi +++ b/arch/mips/boot/dts/ralink/mt7620a.dtsi | |||
@@ -9,7 +9,7 @@ | |||
9 | }; | 9 | }; |
10 | }; | 10 | }; |
11 | 11 | ||
12 | cpuintc: cpuintc@0 { | 12 | cpuintc: cpuintc { |
13 | #address-cells = <0>; | 13 | #address-cells = <0>; |
14 | #interrupt-cells = <1>; | 14 | #interrupt-cells = <1>; |
15 | interrupt-controller; | 15 | interrupt-controller; |
diff --git a/arch/mips/boot/dts/ralink/rt2880.dtsi b/arch/mips/boot/dts/ralink/rt2880.dtsi index 182afde2f2e1..fb2faef0ab79 100644 --- a/arch/mips/boot/dts/ralink/rt2880.dtsi +++ b/arch/mips/boot/dts/ralink/rt2880.dtsi | |||
@@ -9,7 +9,7 @@ | |||
9 | }; | 9 | }; |
10 | }; | 10 | }; |
11 | 11 | ||
12 | cpuintc: cpuintc@0 { | 12 | cpuintc: cpuintc { |
13 | #address-cells = <0>; | 13 | #address-cells = <0>; |
14 | #interrupt-cells = <1>; | 14 | #interrupt-cells = <1>; |
15 | interrupt-controller; | 15 | interrupt-controller; |
diff --git a/arch/mips/boot/dts/ralink/rt3050.dtsi b/arch/mips/boot/dts/ralink/rt3050.dtsi index e3203d414fee..d3cb57f985da 100644 --- a/arch/mips/boot/dts/ralink/rt3050.dtsi +++ b/arch/mips/boot/dts/ralink/rt3050.dtsi | |||
@@ -9,7 +9,7 @@ | |||
9 | }; | 9 | }; |
10 | }; | 10 | }; |
11 | 11 | ||
12 | cpuintc: cpuintc@0 { | 12 | cpuintc: cpuintc { |
13 | #address-cells = <0>; | 13 | #address-cells = <0>; |
14 | #interrupt-cells = <1>; | 14 | #interrupt-cells = <1>; |
15 | interrupt-controller; | 15 | interrupt-controller; |
diff --git a/arch/mips/boot/dts/ralink/rt3883.dtsi b/arch/mips/boot/dts/ralink/rt3883.dtsi index 3b131dd0d5ac..3d6fc9afdaf6 100644 --- a/arch/mips/boot/dts/ralink/rt3883.dtsi +++ b/arch/mips/boot/dts/ralink/rt3883.dtsi | |||
@@ -9,7 +9,7 @@ | |||
9 | }; | 9 | }; |
10 | }; | 10 | }; |
11 | 11 | ||
12 | cpuintc: cpuintc@0 { | 12 | cpuintc: cpuintc { |
13 | #address-cells = <0>; | 13 | #address-cells = <0>; |
14 | #interrupt-cells = <1>; | 14 | #interrupt-cells = <1>; |
15 | interrupt-controller; | 15 | interrupt-controller; |
diff --git a/arch/mips/boot/dts/xilfpga/nexys4ddr.dts b/arch/mips/boot/dts/xilfpga/nexys4ddr.dts index 686ebd11386d..48d21127c3f3 100644 --- a/arch/mips/boot/dts/xilfpga/nexys4ddr.dts +++ b/arch/mips/boot/dts/xilfpga/nexys4ddr.dts | |||
@@ -10,7 +10,7 @@ | |||
10 | reg = <0x0 0x08000000>; | 10 | reg = <0x0 0x08000000>; |
11 | }; | 11 | }; |
12 | 12 | ||
13 | cpuintc: interrupt-controller@0 { | 13 | cpuintc: interrupt-controller { |
14 | #address-cells = <0>; | 14 | #address-cells = <0>; |
15 | #interrupt-cells = <1>; | 15 | #interrupt-cells = <1>; |
16 | interrupt-controller; | 16 | interrupt-controller; |