mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
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>
13 lines
260 B
Plaintext
13 lines
260 B
Plaintext
NVIDIA Tegra 20 DAS (Digital Audio Switch) controller
|
|
|
|
Required properties:
|
|
- compatible : "nvidia,tegra20-das"
|
|
- reg : Should contain DAS registers location and length
|
|
|
|
Example:
|
|
|
|
das@70000c00 {
|
|
compatible = "nvidia,tegra20-das";
|
|
reg = <0x70000c00 0x80>;
|
|
};
|