mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-11 07:04:04 +08:00
1b7c8b350f
Add devicetree support for this dummy audio soc driver. Signed-off-by: Michal Bachraty <michal.bachraty@streamunlimited.com> Signed-off-by: Marek Belisko <marek.belisko@streamunlimited.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
Device-Tree bindings for dummy spdif transmitter
|
|
|
|
Required properties:
|
|
- compatible: should be "linux,spdif-dit".
|
|
|
|
Example node:
|
|
|
|
codec: spdif-transmitter {
|
|
compatible = "linux,spdif-dit";
|
|
};
|