mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 02:21:36 +00:00
77845b11a3
Since commit 9e13f345
(ASoC: sgtl5000: Let the codec acquire its clock) , the
'clocks' entry is mandatory, so update the binding doc.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
17 lines
272 B
Plaintext
17 lines
272 B
Plaintext
* Freescale SGTL5000 Stereo Codec
|
|
|
|
Required properties:
|
|
- compatible : "fsl,sgtl5000".
|
|
|
|
- reg : the I2C address of the device
|
|
|
|
- clocks : the clock provider of SYS_MCLK
|
|
|
|
Example:
|
|
|
|
codec: sgtl5000@0a {
|
|
compatible = "fsl,sgtl5000";
|
|
reg = <0x0a>;
|
|
clocks = <&clks 150>;
|
|
};
|