diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-11-03 20:45:58 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-11-09 20:08:15 -0500 |
commit | e416b66a6c62cd935c6959448aba46ae8fd25625 (patch) | |
tree | b4769773d8b67a98226696f09c3c916a7d9ea467 /arch | |
parent | 8994fff677610e2e0aacb25c39b49739444844b0 (diff) |
ARM: shmobile: r8a7790: Add Audio DMAC peri peri devices to DT
Instantiate the Audio DMAC peri peri controllers
in the r8a7790 device tree.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 2e01d4950b59..146f91835d8b 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi | |||
@@ -369,6 +369,13 @@ | |||
369 | dma-channels = <13>; | 369 | dma-channels = <13>; |
370 | }; | 370 | }; |
371 | 371 | ||
372 | audmapp: dma-controller@ec740000 { | ||
373 | compatible = "renesas,rcar-audmapp"; | ||
374 | #dma-cells = <1>; | ||
375 | |||
376 | reg = <0 0xec740000 0 0x200>; | ||
377 | }; | ||
378 | |||
372 | i2c0: i2c@e6508000 { | 379 | i2c0: i2c@e6508000 { |
373 | #address-cells = <1>; | 380 | #address-cells = <1>; |
374 | #size-cells = <0>; | 381 | #size-cells = <0>; |