Lines Matching +full:tvdd +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/asahi-kasei,ak4375.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vincent Knecht <vincent.knecht@mailoo.org>
13 - $ref: dai-common.yaml#
17 const: asahi-kasei,ak4375
22 '#sound-dai-cells':
25 avdd-supply:
26 description: regulator phandle for the AVDD power supply.
28 tvdd-supply:
29 description: regulator phandle for the TVDD power supply.
31 pdn-gpios:
35 - compatible
36 - reg
37 - '#sound-dai-cells'
38 - avdd-supply
39 - tvdd-supply
44 - |
45 #include <dt-bindings/gpio/gpio.h>
47 #address-cells = <1>;
48 #size-cells = <0>;
50 headphones: audio-codec@10 {
51 compatible = "asahi-kasei,ak4375";
53 avdd-supply = <®_headphones_avdd>;
54 tvdd-supply = <&pm8916_l6>;
55 pdn-gpios = <&msmgpio 114 GPIO_ACTIVE_HIGH>;
56 pinctrl-names = "default";
57 pinctrl-0 = <&headphones_pdn_default>;
58 #sound-dai-cells = <0>;