~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml (Version linux-5.12.19)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS      1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/sound/qcom,      4 $id: http://devicetree.org/schemas/sound/qcom,lpass-va-macro.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: LPASS(Low Power Audio Subsystem) VA Mac !!   7 title: LPASS(Low Power Audio Subsystem) VA Macro audio codec DT bindings
  8                                                     8 
  9 maintainers:                                        9 maintainers:
 10   - Srinivas Kandagatla <srinivas.kandagatla@li     10   - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
 11                                                    11 
 12 properties:                                        12 properties:
 13   compatible:                                      13   compatible:
 14     oneOf:                                     !!  14     const: qcom,sm8250-lpass-va-macro
 15       - enum:                                  << 
 16           - qcom,sc7280-lpass-va-macro         << 
 17           - qcom,sm8250-lpass-va-macro         << 
 18           - qcom,sm8450-lpass-va-macro         << 
 19           - qcom,sm8550-lpass-va-macro         << 
 20           - qcom,sc8280xp-lpass-va-macro       << 
 21       - items:                                 << 
 22           - enum:                              << 
 23               - qcom,sm8650-lpass-va-macro     << 
 24               - qcom,x1e80100-lpass-va-macro   << 
 25           - const: qcom,sm8550-lpass-va-macro  << 
 26                                                    15 
 27   reg:                                             16   reg:
 28     maxItems: 1                                    17     maxItems: 1
 29                                                    18 
 30   "#sound-dai-cells":                              19   "#sound-dai-cells":
 31     const: 1                                       20     const: 1
 32                                                    21 
 33   '#clock-cells':                                  22   '#clock-cells':
 34     const: 0                                       23     const: 0
 35                                                    24 
 36   clocks:                                          25   clocks:
 37     minItems: 1                                !!  26     maxItems: 3
 38     maxItems: 4                                << 
 39                                                    27 
 40   clock-names:                                     28   clock-names:
 41     minItems: 1                                !!  29     items:
 42     maxItems: 4                                !!  30       - const: mclk
                                                   >>  31       - const: core
                                                   >>  32       - const: dcodec
 43                                                    33 
 44   clock-output-names:                              34   clock-output-names:
 45     maxItems: 1                                << 
 46                                                << 
 47   power-domains:                               << 
 48     maxItems: 2                                << 
 49                                                << 
 50   power-domain-names:                          << 
 51     items:                                         35     items:
 52       - const: macro                           !!  36       - const: fsgen
 53       - const: dcodec                          << 
 54                                                    37 
 55   qcom,dmic-sample-rate:                           38   qcom,dmic-sample-rate:
 56     description: dmic sample rate                  39     description: dmic sample rate
 57     $ref: /schemas/types.yaml#/definitions/uin     40     $ref: /schemas/types.yaml#/definitions/uint32
 58                                                    41 
 59   vdd-micb-supply:                                 42   vdd-micb-supply:
 60     description: phandle to voltage regulator      43     description: phandle to voltage regulator of MIC Bias
 61                                                    44 
 62 required:                                          45 required:
 63   - compatible                                     46   - compatible
 64   - reg                                            47   - reg
 65   - "#sound-dai-cells"                             48   - "#sound-dai-cells"
 66   - clock-names                                << 
 67   - clocks                                     << 
 68                                                << 
 69 allOf:                                         << 
 70   - $ref: dai-common.yaml#                     << 
 71                                                << 
 72   - if:                                        << 
 73       properties:                              << 
 74         compatible:                            << 
 75           contains:                            << 
 76             const: qcom,sc7280-lpass-va-macro  << 
 77     then:                                      << 
 78       properties:                              << 
 79         clocks:                                << 
 80           maxItems: 1                          << 
 81         clock-names:                           << 
 82           items:                               << 
 83             - const: mclk                      << 
 84                                                << 
 85   - if:                                        << 
 86       properties:                              << 
 87         compatible:                            << 
 88           contains:                            << 
 89             const: qcom,sm8250-lpass-va-macro  << 
 90     then:                                      << 
 91       properties:                              << 
 92         clocks:                                << 
 93           minItems: 3                          << 
 94           maxItems: 3                          << 
 95         clock-names:                           << 
 96           items:                               << 
 97             - const: mclk                      << 
 98             - const: macro                     << 
 99             - const: dcodec                    << 
100                                                << 
101   - if:                                        << 
102       properties:                              << 
103         compatible:                            << 
104           contains:                            << 
105             enum:                              << 
106               - qcom,sc8280xp-lpass-va-macro   << 
107               - qcom,sm8450-lpass-va-macro     << 
108     then:                                      << 
109       properties:                              << 
110         clocks:                                << 
111           minItems: 4                          << 
112           maxItems: 4                          << 
113         clock-names:                           << 
114           items:                               << 
115             - const: mclk                      << 
116             - const: macro                     << 
117             - const: dcodec                    << 
118             - const: npl                       << 
119                                                << 
120   - if:                                        << 
121       properties:                              << 
122         compatible:                            << 
123           contains:                            << 
124             enum:                              << 
125               - qcom,sm8550-lpass-va-macro     << 
126     then:                                      << 
127       properties:                              << 
128         clocks:                                << 
129           minItems: 3                          << 
130           maxItems: 3                          << 
131         clock-names:                           << 
132           items:                               << 
133             - const: mclk                      << 
134             - const: macro                     << 
135             - const: dcodec                    << 
136                                                    49 
137 unevaluatedProperties: false                   !!  50 additionalProperties: false
138                                                    51 
139 examples:                                          52 examples:
140   - |                                              53   - |
141     #include <dt-bindings/sound/qcom,q6afe.h>      54     #include <dt-bindings/sound/qcom,q6afe.h>
142     codec@3370000 {                                55     codec@3370000 {
143       compatible = "qcom,sm8250-lpass-va-macro     56       compatible = "qcom,sm8250-lpass-va-macro";
144       reg = <0x3370000 0x1000>;                    57       reg = <0x3370000 0x1000>;
145       #sound-dai-cells = <1>;                      58       #sound-dai-cells = <1>;
146       #clock-cells = <0>;                          59       #clock-cells = <0>;
147       clocks = <&aoncc 0>,                         60       clocks = <&aoncc 0>,
148                <&q6afecc LPASS_HW_MACRO_VOTE L     61                <&q6afecc LPASS_HW_MACRO_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>,
149                <&q6afecc LPASS_HW_DCODEC_VOTE      62                <&q6afecc LPASS_HW_DCODEC_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>;
150       clock-names = "mclk", "macro", "dcodec"; !!  63       clock-names = "mclk", "core", "dcodec";
151       clock-output-names = "fsgen";                64       clock-output-names = "fsgen";
152       qcom,dmic-sample-rate = <600000>;            65       qcom,dmic-sample-rate = <600000>;
153       vdd-micb-supply = <&vreg_s4a_1p8>;           66       vdd-micb-supply = <&vreg_s4a_1p8>;
154     };                                             67     };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php