mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	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>
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			468 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			468 B
		
	
	
	
		
			Text
		
	
	
	
	
	
AK4118 S/PDIF transceiver
 | 
						|
 | 
						|
This device supports I2C mode.
 | 
						|
 | 
						|
Required properties:
 | 
						|
 | 
						|
- compatible : "asahi-kasei,ak4118"
 | 
						|
- reg : The I2C address of the device for I2C
 | 
						|
- reset-gpios: A GPIO specifier for the reset pin
 | 
						|
- irq-gpios: A GPIO specifier for the IRQ pin
 | 
						|
 | 
						|
Example:
 | 
						|
 | 
						|
&i2c {
 | 
						|
	ak4118: ak4118@13 {
 | 
						|
		#sound-dai-cells = <0>;
 | 
						|
		compatible = "asahi-kasei,ak4118";
 | 
						|
		reg = <0x13>;
 | 
						|
		reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>
 | 
						|
		irq-gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
 | 
						|
	};
 | 
						|
};
 |