[alsa-devel] [PATCH v2 2/2] ASoC: rt5645: add device tree support

Lars-Peter Clausen lars at metafoo.de
Fri May 29 18:31:55 CEST 2015


On 05/29/2015 12:16 PM, Bard Liao wrote:
[...]
> +
> +Example:
> +
> +codec: rt5650 at 1a {
> +	compatible = "realtek,rt5650";
> +	reg = <0x1a>;
> +	rt5645-gpios = <&gpio 19 0>;

The gpio is missing from the property documentation.

> +	interrupt-parent = <&gpio>;
> +	interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
> +	realtek,dmic-en = "true";
> +	realtek,en-jd-func = "true";
> +	realtek,jd-mode = <3>;
> +};


More information about the Alsa-devel mailing list