summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/samsung,smdk-wm8994.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/samsung,smdk-wm8994.txt')
-rw-r--r--dts/Bindings/sound/samsung,smdk-wm8994.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/dts/Bindings/sound/samsung,smdk-wm8994.txt b/dts/Bindings/sound/samsung,smdk-wm8994.txt
deleted file mode 100644
index 4686646fb1..0000000000
--- a/dts/Bindings/sound/samsung,smdk-wm8994.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Samsung SMDK audio complex
-
-Required properties:
-- compatible : "samsung,smdk-wm8994"
-- samsung,i2s-controller: The phandle of the Samsung I2S0 controller
-- samsung,audio-codec: The phandle of the WM8994 audio codec
-Example:
-
-sound {
- compatible = "samsung,smdk-wm8994";
-
- samsung,i2s-controller = <&i2s0>;
- samsung,audio-codec = <&wm8994>;
-};