mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
09f7fcfa72
WM8524 does not use I2C nor SPI, hence no 'reg' property is used, so remove the unit address from the bindings example to conform. This avoids users getting dtc warnings when they copy the binding example to a real dts file. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
17 lines
305 B
Plaintext
17 lines
305 B
Plaintext
WM8524 audio CODEC
|
|
|
|
This device does not use I2C or SPI but a simple Hardware Control Interface.
|
|
|
|
Required properties:
|
|
|
|
- compatible : "wlf,wm8524"
|
|
|
|
- wlf,mute-gpios: a GPIO spec for the MUTE pin.
|
|
|
|
Example:
|
|
|
|
codec: wm8524 {
|
|
compatible = "wlf,wm8524";
|
|
wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
|
};
|