summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/sound/renesas,rsnd.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/renesas,rsnd.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
index 8346cab046cd..aa697abf337e 100644
--- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
+++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
@@ -13,6 +13,9 @@ Required properties:
- rcar_sound,src : Should contain SRC feature.
The number of SRC subnode should be same as HW.
see below for detail.
+- rcar_sound,dvc : Should contain DVC feature.
+ The number of DVC subnode should be same as HW.
+ see below for detail.
- rcar_sound,dai : DAI contents.
The number of DAI subnode should be same as HW.
see below for detail.
@@ -21,6 +24,7 @@ SSI subnode properties:
- interrupts : Should contain SSI interrupt for PIO transfer
- shared-pin : if shared clock pin
- pio-transfer : use PIO transfer mode
+- no-busif : BUSIF is not ussed when [mem -> SSI] via DMA case
SRC subnode properties:
no properties at this point
@@ -39,6 +43,11 @@ rcar_sound: rcar_sound@0xffd90000 {
<0 0xec540000 0 0x1000>, /* SSIU */
<0 0xec541000 0 0x1280>; /* SSI */
+ rcar_sound,dvc {
+ dvc0: dvc@0 { };
+ dvc1: dvc@1 { };
+ };
+
rcar_sound,src {
src0: src@0 { };
src1: src@1 { };
Peter Clausen2011-11-294-4/+0Star * Input: samsung-keypad - remove redundant MODULE_ALIASAxel Lin2011-11-291-1/+0Star * Input: ad7879-i2c - remove redundant MODULE_ALIASAxel Lin2011-11-291-1/+0Star * Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-2911257-382498/+604384 |\ | * Linux 3.2-rc3Linus Torvalds2011-11-241-1/+1 | * Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-245-3/+23 | |\ | | * virtio-pci: make reset operation saferMichael S. Tsirkin2011-11-242-0/+20 | | * virtio-mmio: Correct the name of the guest features selectorSasha Levin2011-11-242-2/+2 | | * virtio: add HAS_IOMEM dependency to MMIO platform bus driverHeiko Carstens2011-11-241-1/+1 | * | Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds2011-11-242-1/+5 | |\ \ | | * | libata: fix build without BMDMAAlexander Beregalov2011-11-171-0/+4 | | * | [libata] ahci_platform: fix DT probingRob Herring2011-11-171-1/+1 | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-11-238-25/+51 | |\ \ \ | | * | | PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas2011-11-142-4/+4 | | * | | PCI: pciehp: wait 100 ms after Link Training checkKenji Kaneshige2011-11-111-0/+8 | | * | | PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige2011-11-112-3/+8 | | * | | PCI: pciehp: Retrieve link speed after link is trainedYinghai Lu2011-11-071-9/+2Star | | * | | PCI: Let PCI_PRI depend on PCIJoerg Roedel2011-10-311-0/+1 | | * | | PCI: Fix compile errors with PCI_ATS and !PCI_IOVJoerg Roedel2011-10-312-4/+4 | | * | | PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplugRafael J. Wysocki2011-10-311-5/+24 | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...Linus Torvalds2011-11-234-36/+70 | |\ \ \ \ | | * | | | eCryptfs: Extend array bounds for all filename charsTyler Hicks2011-11-231-2/+2 | | * | | | eCryptfs: Flush file in vma closeTyler Hicks2011-11-231-1/+22 | | * | | | eCryptfs: Prevent file create race conditionTyler Hicks2011-11-233-33/+46 | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2011-11-231-0/+16 | |\ \ \ \ \ | | * | | | | ktest: Check parent options for iterated testsRabin Vincent2011-11-181-0/+16 | | | |_|/ / | | |/| | | | * | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-11-235-24/+25 | |\ \ \ \ \ | | * | | | | i2c: Make i2cdev_notifier_call staticShubhrajyoti D2011-11-231-1/+1 | | * | | | | i2c: Delete ANY_I2C_BUSJean Delvare2011-11-231-3/+0Star | | * | | | | i2c: Fix device name for 10-bit slave addressJean Delvare2011-11-232-18/+22 | | * | | | | i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetJeffrey (Sheng-Hui) Chu2011-11-231-2/+2 | | | |_|_|/ | | |/| | | | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2011-11-232-7/+10 | |\ \ \ \ \ | | * | | | | regulator: TPS65910: Fix VDD1/2 voltage selector countAfzal Mohammed2011-11-232-7/+10 | | | |/ / / | | |/| | | | * | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-23