diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-08-20 18:28:32 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-22 07:34:46 +0400 |
commit | 980724eb5b56b43d0ff2c7a7f5cf6e5ba290d2e5 (patch) | |
tree | 448ed54812c3b93437dde48c1b620a23bd0f3663 /arch/arm/boot | |
parent | 6a7147f53f29887e627d84c0a562c8bb87691e9d (diff) | |
download | linux-980724eb5b56b43d0ff2c7a7f5cf6e5ba290d2e5.tar.xz |
ARM: shmobile: r8a7790 dtsi: Remove superfluous interrupt-parent
There's already an "interrupt-parent = <&gic>;" at the top, which is
inherited by all child nodes, so the "interrupt-parent" property in
the sound node can be removed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index c11541d6dc25..4b6915ac7675 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -1126,7 +1126,6 @@ rcar_sound: rcar_sound@0xec500000 { #sound-dai-cells = <1>; compatible = "renesas,rcar_sound-r8a7790", "renesas,rcar_sound-gen2", "renesas,rcar_sound"; - interrupt-parent = <&gic>; reg = <0 0xec500000 0 0x1000>, /* SCU */ <0 0xec5a0000 0 0x100>, /* ADG */ <0 0xec540000 0 0x1000>, /* SSIU */ |