
29 Dec
2014
29 Dec
'14
6: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.