summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound/tegra20-das.txt
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-05-21 16:05:45 -0600
committerStephen Warren <swarren@nvidia.com>2012-06-11 11:48:42 -0600
commitf3d549dd5b217d084c9fe6581e0430909440de2b (patch)
treeabc7b632477bd0d0c1fd5c5ab41ba2db02891ec0 /Documentation/devicetree/bindings/sound/tegra20-das.txt
parent4c5ddd952ef1e534b45218cf4ad74b5496e6406c (diff)
dt: name all Tegra binding docs consistently
Rename all Tegra binding documentation according to the first or primary compatible value they describe. This provides a clear naming scheme for the files, and prevents any naming conflicts should future SoC versions require their own binding. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/tegra20-das.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/tegra20-das.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/devicetree/bindings/sound/tegra20-das.txt b/Documentation/devicetree/bindings/sound/tegra20-das.txt
deleted file mode 100644
index 6de3a7ee4ef..00000000000
--- a/Documentation/devicetree/bindings/sound/tegra20-das.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-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>;
-};