![](https://secure.gravatar.com/avatar/d930951cb00393ecf9c3db3a56d78fa9.jpg?s=120&d=mm&r=g)
29 Dec
2014
29 Dec
'14
5:07 p.m.
On Wed, Dec 24, 2014 at 08:42:02AM -0800, Kenneth Westfield wrote:
From: Kenneth Westfield kwestfie@codeaurora.org
Add documentation to the sound directory of the device-tree bindings for the Maxim MAX98357A audio codec driver.
Your subject line says "qcom" but this isn't a Qualcomm thing...
+Required properties: +- compatible : "maxim,max98357a" +- sdmode-gpios: Phandle to the GPIO specifier for the GPIO -> DAC SDMODE pin
+max98357a {
- compatible = "maxim,max98357a";
- sdmode-gpios = <&qcom_pinmux 25 0>;
A GPIO specifier is not a phandle (as your example shows). Just say it's a GPIO specifier.