Lines Matching +full:differential +full:- +full:input
7 - compatible : "realtek,rt5677".
9 - reg : The I2C address of the device.
11 - interrupts : The CODEC's interrupt output.
13 - gpio-controller : Indicates this device is a GPIO controller.
15 - #gpio-cells : Should be two. The first cell is the pin number and the
20 - realtek,pow-ldo2-gpio : The GPIO that controls the CODEC's POW_LDO2 pin.
21 - realtek,reset-gpio : The GPIO that controls the CODEC's RESET pin. Active low.
23 - realtek,in1-differential
24 - realtek,in2-differential
25 - realtek,lout1-differential
26 - realtek,lout2-differential
27 - realtek,lout3-differential
28 Boolean. Indicate MIC1/2 input and LOUT1/2/3 outputs are differential,
29 rather than single-ended.
31 - realtek,gpio-config
33 0 - floating (reset value)
34 1 - pull down
35 2 - pull up
37 - realtek,jd1-gpio
41 - realtek,jd2-gpio
42 - realtek,jd3-gpio
66 interrupt-parent = <&gpio>;
69 gpio-controller;
70 #gpio-cells = <2>;
72 realtek,pow-ldo2-gpio =
74 realtek,reset-gpio = <&gpio TEGRA_GPIO(BB, 3) GPIO_ACTIVE_LOW>;
75 realtek,in1-differential = "true";
76 realtek,gpio-config = /bits/ 8 <0 0 0 0 0 2>; /* pull up GPIO6 */
77 realtek,jd2-gpio = <3>; /* Enables Jack detection for GPIO6 */