diff options
author | Caesar Wang <wxt@rock-chips.com> | 2016-01-28 16:43:35 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-01-28 22:54:19 +0100 |
commit | dcaee813a64368e09878d0cee931d14c9603e925 (patch) | |
tree | 1ed238de61a689ced99603060ea0bf6062d94fdd | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | blackbird-op-linux-dcaee813a64368e09878d0cee931d14c9603e925.tar.gz blackbird-op-linux-dcaee813a64368e09878d0cee931d14c9603e925.zip |
ASoC: rt5616: add mclk property for rt5616 document
This patch add the mclk property for the CODEC driver,
since sometime the CODEC driver needs the clock enabled.
The system clock of ALC5616 can be selected from MCLK,
That's also make as the codec master clock provider,
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/rt5616.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rt5616.txt b/Documentation/devicetree/bindings/sound/rt5616.txt index efc48c65198d..e41085818559 100644 --- a/Documentation/devicetree/bindings/sound/rt5616.txt +++ b/Documentation/devicetree/bindings/sound/rt5616.txt @@ -8,6 +8,12 @@ Required properties: - reg : The I2C address of the device. +Optional properties: + +- clocks: The phandle of the master clock to the CODEC. + +- clock-names: Should be "mclk". + Pins on the device (for linking into audio routes) for RT5616: * IN1P |