mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 10:31:54 +00:00
cf763c2e60
Add a placeholder device tree binding for the wm8994 driver. At present the binding is essentially null as none of the platform data is supported, and at least some of that will depend on the pending regulator bindings. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com>
19 lines
368 B
Plaintext
19 lines
368 B
Plaintext
WM1811/WM8994/WM8958 audio CODEC
|
|
|
|
These devices support both I2C and SPI (configured with pin strapping
|
|
on the board).
|
|
|
|
Required properties:
|
|
|
|
- compatible : "wlf,wm1811", "wlf,wm8994", "wlf,wm8958"
|
|
|
|
- reg : the I2C address of the device for I2C, the chip select
|
|
number for SPI.
|
|
|
|
Example:
|
|
|
|
codec: wm8994@1a {
|
|
compatible = "wlf,wm8994";
|
|
reg = <0x1a>;
|
|
};
|