diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-11-04 04:46:28 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-11-10 04:08:16 +0300 |
commit | 40c6d9f0e7745012c9e19c955e22d4809104359c (patch) | |
tree | 5421381adb21681cf548cd3e1831320e94b64ee4 /arch/arm/boot/dts/r8a7791.dtsi | |
parent | e416b66a6c62cd935c6959448aba46ae8fd25625 (diff) | |
download | linux-40c6d9f0e7745012c9e19c955e22d4809104359c.tar.xz |
ARM: shmobile: r8a7791: Add Audio DMAC peri peri devices to DT
Instantiate the Audio DMAC peri peri controllers
in the r8a7791 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/arm/boot/dts/r8a7791.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7791.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index b54af745141a..379e1a505e33 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -357,6 +357,13 @@ dma-channels = <13>; }; + audmapp: dma-controller@ec740000 { + compatible = "renesas,rcar-audmapp"; + #dma-cells = <1>; + + reg = <0 0xec740000 0 0x200>; + }; + /* The memory map in the User's Manual maps the cores to bus numbers */ i2c0: i2c@e6508000 { #address-cells = <1>; |