Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: dt-bindings: add bindings for AK4118 transceiver

Document the bindings for AK4118 S/PDIF transceiver

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Clément Péron and committed by
Mark Brown
8076de22 424d5b56

+22
+22
Documentation/devicetree/bindings/sound/ak4118.txt
··· 1 + AK4118 S/PDIF transceiver 2 + 3 + This device supports I2C mode. 4 + 5 + Required properties: 6 + 7 + - compatible : "asahi-kasei,ak4118" 8 + - reg : The I2C address of the device for I2C 9 + - reset-gpios: A GPIO specifier for the reset pin 10 + - irq-gpios: A GPIO specifier for the IRQ pin 11 + 12 + Example: 13 + 14 + &i2c { 15 + ak4118: ak4118@13 { 16 + #sound-dai-cells = <0>; 17 + compatible = "asahi-kasei,ak4118"; 18 + reg = <0x13>; 19 + reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW> 20 + irq-gpios = <&gpio 1 GPIO_ACTIVE_HIGH>; 21 + }; 22 + };