Lines Matching +full:debounce +full:- +full:delay +full:- +full:ms

7 - compatible : "realtek,rt5682" or "realtek,rt5682i"
9 - reg : The I2C address of the device.
11 - AVDD-supply: phandle to the regulator supplying analog power through the
14 - MICVDD-supply: phandle to the regulator supplying power for the microphone
17 - VBAT-supply: phandle to the regulator supplying battery power through the
20 - DBVDD-supply: phandle to the regulator supplying I/O power through the DBVDD
23 - LDO1-IN-supply: phandle to the regulator supplying power to the digital core
28 - interrupts : The CODEC's interrupt output.
30 - realtek,dmic1-data-pin
35 - realtek,dmic1-clk-pin
39 - realtek,jd-src
43 - realtek,ldo1-en-gpios : The GPIO that controls the CODEC's LDO1_EN pin.
45 - realtek,btndet-delay
46 The debounce delay for push button.
47 The delay time is realtek,btndet-delay value multiple of 8.192 ms.
50 - #clock-cells : Should be set to '<1>', wclk and bclk sources provided.
51 - clock-output-names : Name given for DAI clocks output.
53 - clocks : phandle and clock specifier for codec MCLK.
54 - clock-names : Clock name string for 'clocks' attribute, should be "mclk".
56 - realtek,dmic-clk-rate-hz : Set the clock rate (hz) for the requirement of
59 - realtek,dmic-delay-ms : Set the delay time (ms) for the requirement of
62 - realtek,dmic-clk-driving-high : Set the high driving of the DMIC clock out.
64 - #sound-dai-cells: Should be set to '<1>'.
79 interrupt-parent = <&gpio>;
81 realtek,ldo1-en-gpios =
83 realtek,dmic1-data-pin = <1>;
84 realtek,dmic1-clk-pin = <1>;
85 realtek,jd-src = <1>;
86 realtek,btndet-delay = <16>;
88 #clock-cells = <1>;
89 clock-output-names = "rt5682-dai-wclk", "rt5682-dai-bclk";
92 clock-names = "mclk";
94 AVDD-supply = <&avdd_reg>;
95 MICVDD-supply = <&micvdd_reg>;
96 DBVDD-supply = <&dbvdd_reg>;
97 LDO1-IN-supply = <&ldo1_in_reg>;