forked from Minki/linux
f3d549dd5b
Rename all Tegra binding documentation according to the first or primary compatible value they describe. This provides a clear naming scheme for the files, and prevents any naming conflicts should future SoC versions require their own binding. Signed-off-by: Stephen Warren <swarren@nvidia.com>
15 lines
377 B
Plaintext
15 lines
377 B
Plaintext
NVIDIA Tegra audio complex for TrimSlice
|
|
|
|
Required properties:
|
|
- compatible : "nvidia,tegra-audio-trimslice"
|
|
- nvidia,i2s-controller : The phandle of the Tegra I2S1 controller
|
|
- nvidia,audio-codec : The phandle of the WM8903 audio codec
|
|
|
|
Example:
|
|
|
|
sound {
|
|
compatible = "nvidia,tegra-audio-trimslice";
|
|
nvidia,i2s-controller = <&tegra_i2s1>;
|
|
nvidia,audio-codec = <&codec>;
|
|
};
|