* [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.18
@ 2014-09-19 4:14 Simon Horman
2014-09-19 4:14 ` [PATCH 1/2] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific irqc compatible property Simon Horman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2014-09-19 4:14 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these fifth round of Renesas ARM based SoC DT updates for v3.18.
This pull request is based on the previous round of
such requests, tagged as renesas-dt4-for-v3.18,
which I have already sent a pull-request for.
The following changes since commit a742795be9ceae2853ca71f216193f29da151da8:
ARM: shmobile: Initial Alt board device tree (2014-09-09 11:29:27 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt5-for-v3.18
for you to fetch changes up to 08adafd4a1f8c9b6e2c49d955a0e45743c9ffd9a:
ARM: shmobile: Add manufacturer for KZM boards (2014-09-17 09:23:14 +0900)
----------------------------------------------------------------
Fifth Round of Renesas ARM Based SoC DT Updates for v3.18
* Document manufacturer for KZM boards
* Use SoC-specific irqc compatible property
----------------------------------------------------------------
Geert Uytterhoeven (2):
ARM: shmobile: r8a73a4 dtsi: Add SoC-specific irqc compatible property
ARM: shmobile: Add manufacturer for KZM boards
Documentation/devicetree/bindings/arm/shmobile.txt | 6 +++---
arch/arm/boot/dts/r8a73a4.dtsi | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific irqc compatible property
2014-09-19 4:14 [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.18 Simon Horman
@ 2014-09-19 4:14 ` Simon Horman
2014-09-19 4:14 ` [PATCH 2/2] ARM: shmobile: Add manufacturer for KZM boards Simon Horman
2014-09-25 16:09 ` [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.18 Arnd Bergmann
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-09-19 4:14 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
The interrupt controller used the generic compatible property only.
Add the SoC-specific one, to make it future proof.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a73a4.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi
index fba39a2..ef152e3 100644
--- a/arch/arm/boot/dts/r8a73a4.dtsi
+++ b/arch/arm/boot/dts/r8a73a4.dtsi
@@ -51,7 +51,7 @@
};
irqc0: interrupt-controller at e61c0000 {
- compatible = "renesas,irqc";
+ compatible = "renesas,irqc-r8a73a4", "renesas,irqc";
#interrupt-cells = <2>;
interrupt-controller;
reg = <0 0xe61c0000 0 0x200>;
@@ -90,7 +90,7 @@
};
irqc1: interrupt-controller at e61c0200 {
- compatible = "renesas,irqc";
+ compatible = "renesas,irqc-r8a73a4", "renesas,irqc";
#interrupt-cells = <2>;
interrupt-controller;
reg = <0 0xe61c0200 0 0x200>;
--
2.0.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] ARM: shmobile: Add manufacturer for KZM boards
2014-09-19 4:14 [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.18 Simon Horman
2014-09-19 4:14 ` [PATCH 1/2] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific irqc compatible property Simon Horman
@ 2014-09-19 4:14 ` Simon Horman
2014-09-25 16:09 ` [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.18 Arnd Bergmann
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-09-19 4:14 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
KZM-A9-Dual and KZM-A9-GT are manufactured by Kyoto Microcomputer Co.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
Documentation/devicetree/bindings/arm/shmobile.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index 5d1c5c0..51147cb 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -53,11 +53,11 @@ Boards:
compatible = "renesas,henninger", "renesas,r8a7791"
- Koelsch (RTP0RC7791SEB00010S)
compatible = "renesas,koelsch", "renesas,r8a7791"
- - KZM9D
+ - Kyoto Microcomputer Co. KZM-A9-Dual
compatible = "renesas,kzm9d", "renesas,emev2"
- - KZM-A9-GT
+ - Kyoto Microcomputer Co. KZM-A9-GT
compatible = "renesas,kzm9g", "renesas,sh73a0"
- - KZM-A9-GT - Reference Device Tree Implementation
+ - Kyoto Microcomputer Co. KZM-A9-GT - Reference Device Tree Implementation
compatible = "renesas,kzm9g-reference", "renesas,sh73a0"
- Lager (RTP0RC7790SEB00010S)
compatible = "renesas,lager", "renesas,r8a7790"
--
2.0.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.18
2014-09-19 4:14 [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.18 Simon Horman
2014-09-19 4:14 ` [PATCH 1/2] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific irqc compatible property Simon Horman
2014-09-19 4:14 ` [PATCH 2/2] ARM: shmobile: Add manufacturer for KZM boards Simon Horman
@ 2014-09-25 16:09 ` Arnd Bergmann
2 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2014-09-25 16:09 UTC (permalink / raw)
To: linux-arm-kernel
On Friday 19 September 2014, Simon Horman wrote:
> Fifth Round of Renesas ARM Based SoC DT Updates for v3.18
>
> * Document manufacturer for KZM boards
> * Use SoC-specific irqc compatible property
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-25 16:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-19 4:14 [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.18 Simon Horman
2014-09-19 4:14 ` [PATCH 1/2] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific irqc compatible property Simon Horman
2014-09-19 4:14 ` [PATCH 2/2] ARM: shmobile: Add manufacturer for KZM boards Simon Horman
2014-09-25 16:09 ` [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.18 Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).