diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-09-25 20:08:56 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-09-25 20:08:56 +0400 |
commit | 45c636b46e25981e22a4ab3cbf53ac80fbbc5b08 (patch) | |
tree | 72b03c0ffa4898c9cbe041ed66ea1d07b87fe27c /arch/arm | |
parent | 84bdd3a491aecd83781244a2f42d37625a9ed431 (diff) | |
parent | 08adafd4a1f8c9b6e2c49d955a0e45743c9ffd9a (diff) | |
download | linux-45c636b46e25981e22a4ab3cbf53ac80fbbc5b08.tar.xz |
Merge tag 'renesas-dt5-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
Pull "Fifth Round of Renesas ARM Based SoC DT Updates for v3.18" from Simon Horman:
* Document manufacturer for KZM boards
* Use SoC-specific irqc compatible property
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* tag 'renesas-dt5-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: Add manufacturer for KZM boards
ARM: shmobile: r8a73a4 dtsi: Add SoC-specific irqc compatible property
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/r8a73a4.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi index fba39a2bfe42..ef152e384822 100644 --- a/arch/arm/boot/dts/r8a73a4.dtsi +++ b/arch/arm/boot/dts/r8a73a4.dtsi @@ -51,7 +51,7 @@ }; irqc0: interrupt-controller@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@e61c0200 { - compatible = "renesas,irqc"; + compatible = "renesas,irqc-r8a73a4", "renesas,irqc"; #interrupt-cells = <2>; interrupt-controller; reg = <0 0xe61c0200 0 0x200>; |