mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 10:31:54 +00:00
4bdd47997f
It moves and renames sgtl5000 device tree binding document to make it aligned with other codecs. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
12 lines
167 B
Plaintext
12 lines
167 B
Plaintext
* Freescale SGTL5000 Stereo Codec
|
|
|
|
Required properties:
|
|
- compatible : "fsl,sgtl5000".
|
|
|
|
Example:
|
|
|
|
codec: sgtl5000@0a {
|
|
compatible = "fsl,sgtl5000";
|
|
reg = <0x0a>;
|
|
};
|