Lines Matching +full:asahi +full:- +full:kasei
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vincent Knecht <vincent.knecht@mailoo.org>
14 const: asahi-kasei,ak4375
19 '#sound-dai-cells':
22 avdd-supply:
25 tvdd-supply:
28 pdn-gpios:
32 - compatible
33 - reg
34 - '#sound-dai-cells'
35 - avdd-supply
36 - tvdd-supply
41 - |
42 #include <dt-bindings/gpio/gpio.h>
44 #address-cells = <1>;
45 #size-cells = <0>;
47 headphones: audio-codec@10 {
48 compatible = "asahi-kasei,ak4375";
50 avdd-supply = <®_headphones_avdd>;
51 tvdd-supply = <&pm8916_l6>;
52 pdn-gpios = <&msmgpio 114 GPIO_ACTIVE_HIGH>;
53 pinctrl-names = "default";
54 pinctrl-0 = <&headphones_pdn_default>;
55 #sound-dai-cells = <0>;