summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/tfa9879.txt
AgeCommit message (Collapse)Author
2017-12-12ASoC: tfa9879: clean up bindingsPeter Rosin
Fix a couple of nitpicks: - list #sound-dai-cells as a required property. - The chip supports full speed I2C; don't indicate standard mode only. - status = "okay" is just noise. - The chip is an amplifier, not a codec. - consistently indent with tabs. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Mark Brown <broonie@kernel.org>
2017-09-20ASoC: tfa9879: Add device tree bindingsFabio Estevam
Even though the tfa9879 driver can probe via device tree trough the I2C core code, it is preferable to have explicit device tree bindings instead [1], so add this support. [1] https://www.spinics.net/lists/devicetree/msg195176.html Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Ɓukasz Majewski <lukma@denx.de> Signed-off-by: Mark Brown <broonie@kernel.org>