diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-11-22 18:21:18 -0700 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-23 11:05:08 +0000 |
commit | 186bcda6f6217dc4b5353c3474121bc1194847f6 (patch) | |
tree | fc2ac1da5e5eb8d2f63f032140743d522aaad7a5 /Documentation | |
parent | 85e7652d89293a6dab42bfd31f276f8bc072d4c5 (diff) | |
download | op-kernel-dev-186bcda6f6217dc4b5353c3474121bc1194847f6.zip op-kernel-dev-186bcda6f6217dc4b5353c3474121bc1194847f6.tar.gz |
ASoC: Tegra DAS: Add device tree binding
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/tegra20-das.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/tegra20-das.txt b/Documentation/devicetree/bindings/sound/tegra20-das.txt new file mode 100644 index 0000000..6de3a7e --- /dev/null +++ b/Documentation/devicetree/bindings/sound/tegra20-das.txt @@ -0,0 +1,12 @@ +NVIDIA Tegra 20 DAS (Digital Audio Switch) controller + +Required properties: +- compatible : "nvidia,tegra20-das" +- reg : Should contain DAS registers location and length + +Example: + +das@70000c00 { + compatible = "nvidia,tegra20-das"; + reg = <0x70000c00 0x80>; +}; |