diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-01-26 22:36:40 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-01-28 14:30:15 -0500 |
commit | 4d4f175ac68207b0acd3c56c5e969d9d6d2887fb (patch) | |
tree | 338aeecd113404979fa8a20f4e0390502891f512 /Documentation | |
parent | b1a5fad5f8c063abfd9bd22f7de8de82927c7d54 (diff) |
ASoC: wm8904: add new compatible string
The "wlf,wm8912" compatible string is used for wm8912, which
share driver with wm8904, however, the data type is different.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/wm8904.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8904.txt b/Documentation/devicetree/bindings/sound/wm8904.txt index e99f4097c83c..66bf261423b9 100644 --- a/Documentation/devicetree/bindings/sound/wm8904.txt +++ b/Documentation/devicetree/bindings/sound/wm8904.txt | |||
@@ -3,7 +3,7 @@ WM8904 audio CODEC | |||
3 | This device supports I2C only. | 3 | This device supports I2C only. |
4 | 4 | ||
5 | Required properties: | 5 | Required properties: |
6 | - compatible: "wlf,wm8904" | 6 | - compatible: "wlf,wm8904" or "wlf,wm8912" |
7 | - reg: the I2C address of the device. | 7 | - reg: the I2C address of the device. |
8 | - clock-names: "mclk" | 8 | - clock-names: "mclk" |
9 | - clocks: reference to | 9 | - clocks: reference to |