diff options
author | Tushar Behera <tushar.behera@linaro.org> | 2014-05-26 13:58:22 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-26 16:18:59 +0100 |
commit | e3048c3d2be5b4a1c6a66db3bf3829c77b7788e0 (patch) | |
tree | 3971800a6088e044d62aad85b3be127064c5ac77 /Documentation/devicetree/bindings/sound/max98095.txt | |
parent | c4839c87f508bdb2e5d735a064124dd6289a2853 (diff) | |
download | blackbird-op-linux-e3048c3d2be5b4a1c6a66db3bf3829c77b7788e0.tar.gz blackbird-op-linux-e3048c3d2be5b4a1c6a66db3bf3829c77b7788e0.zip |
ASoC: max98095: Add master clock handling
If master clock is provided through device tree, then update
the master clock frequency during set_sysclk.
Documentation has been updated to reflect the change.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/max98095.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/max98095.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98095.txt b/Documentation/devicetree/bindings/sound/max98095.txt index bacbeaac72b5..318a4c82f17f 100644 --- a/Documentation/devicetree/bindings/sound/max98095.txt +++ b/Documentation/devicetree/bindings/sound/max98095.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" + Example: max98095: codec@11 { |