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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/sound/qcom,lpass-tx-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-tx-macro.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/sound/qcom,lpass-tx-macro.yaml (Version linux-6.5.13)


  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-tx-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) TX Mac      7 title: LPASS(Low Power Audio Subsystem) TX Macro audio codec
  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     enum:
 15       - enum:                                  !!  15       - qcom,sc7280-lpass-tx-macro
 16           - qcom,sc7280-lpass-tx-macro         !!  16       - qcom,sm8250-lpass-tx-macro
 17           - qcom,sm6115-lpass-tx-macro         !!  17       - qcom,sm8450-lpass-tx-macro
 18           - qcom,sm8250-lpass-tx-macro         !!  18       - qcom,sm8550-lpass-tx-macro
 19           - qcom,sm8450-lpass-tx-macro         !!  19       - qcom,sc8280xp-lpass-tx-macro
 20           - qcom,sm8550-lpass-tx-macro         << 
 21           - qcom,sc8280xp-lpass-tx-macro       << 
 22       - items:                                 << 
 23           - enum:                              << 
 24               - qcom,sm8650-lpass-tx-macro     << 
 25               - qcom,x1e80100-lpass-tx-macro   << 
 26           - const: qcom,sm8550-lpass-tx-macro  << 
 27                                                    20 
 28   reg:                                             21   reg:
 29     maxItems: 1                                    22     maxItems: 1
 30                                                    23 
 31   "#sound-dai-cells":                              24   "#sound-dai-cells":
 32     const: 1                                       25     const: 1
 33                                                    26 
 34   '#clock-cells':                                  27   '#clock-cells':
 35     const: 0                                       28     const: 0
 36                                                    29 
 37   clocks:                                          30   clocks:
 38     minItems: 3                                    31     minItems: 3
 39     maxItems: 5                                    32     maxItems: 5
 40                                                    33 
 41   clock-names:                                     34   clock-names:
 42     minItems: 3                                    35     minItems: 3
 43     maxItems: 5                                    36     maxItems: 5
 44                                                    37 
 45   clock-output-names:                              38   clock-output-names:
 46     maxItems: 1                                    39     maxItems: 1
 47                                                    40 
 48   power-domains:                                   41   power-domains:
 49     maxItems: 2                                    42     maxItems: 2
 50                                                    43 
 51   power-domain-names:                              44   power-domain-names:
 52     items:                                         45     items:
 53       - const: macro                               46       - const: macro
 54       - const: dcodec                              47       - const: dcodec
 55                                                    48 
 56   qcom,dmic-sample-rate:                           49   qcom,dmic-sample-rate:
 57     description: dmic sample rate                  50     description: dmic sample rate
 58     $ref: /schemas/types.yaml#/definitions/uin     51     $ref: /schemas/types.yaml#/definitions/uint32
 59                                                    52 
 60 required:                                          53 required:
 61   - compatible                                     54   - compatible
 62   - reg                                            55   - reg
 63   - "#sound-dai-cells"                             56   - "#sound-dai-cells"
 64                                                    57 
 65 allOf:                                             58 allOf:
 66   - $ref: dai-common.yaml#                         59   - $ref: dai-common.yaml#
 67   - if:                                            60   - if:
 68       properties:                                  61       properties:
 69         compatible:                                62         compatible:
 70           enum:                                    63           enum:
 71             - qcom,sc7280-lpass-tx-macro           64             - qcom,sc7280-lpass-tx-macro
 72     then:                                          65     then:
 73       properties:                                  66       properties:
 74         clock-names:                               67         clock-names:
 75           oneOf:                                   68           oneOf:
 76             - items:   # for ADSP based platfo     69             - items:   # for ADSP based platforms
 77                 - const: mclk                      70                 - const: mclk
 78                 - const: npl                       71                 - const: npl
 79                 - const: macro                     72                 - const: macro
 80                 - const: dcodec                    73                 - const: dcodec
 81                 - const: fsgen                     74                 - const: fsgen
 82             - items:   # for ADSP bypass based     75             - items:   # for ADSP bypass based platforms
 83                 - const: mclk                      76                 - const: mclk
 84                 - const: npl                       77                 - const: npl
 85                 - const: fsgen                     78                 - const: fsgen
 86                                                    79 
 87   - if:                                            80   - if:
 88       properties:                                  81       properties:
 89         compatible:                                82         compatible:
 90           enum:                                    83           enum:
 91             - qcom,sc8280xp-lpass-tx-macro         84             - qcom,sc8280xp-lpass-tx-macro
 92             - qcom,sm8250-lpass-tx-macro           85             - qcom,sm8250-lpass-tx-macro
 93             - qcom,sm8450-lpass-tx-macro           86             - qcom,sm8450-lpass-tx-macro
 94     then:                                          87     then:
 95       properties:                                  88       properties:
 96         clocks:                                    89         clocks:
 97           minItems: 5                              90           minItems: 5
 98           maxItems: 5                              91           maxItems: 5
 99         clock-names:                               92         clock-names:
100           items:                                   93           items:
101             - const: mclk                          94             - const: mclk
102             - const: npl                           95             - const: npl
103             - const: macro                         96             - const: macro
104             - const: dcodec                        97             - const: dcodec
105             - const: fsgen                         98             - const: fsgen
106                                                    99 
107   - if:                                           100   - if:
108       properties:                                 101       properties:
109         compatible:                               102         compatible:
110           enum:                                   103           enum:
111             - qcom,sm6115-lpass-tx-macro       !! 104             - qcom,sm8550-lpass-tx-macro
112     then:                                      << 
113       properties:                              << 
114         clocks:                                << 
115           minItems: 4                          << 
116           maxItems: 4                          << 
117         clock-names:                           << 
118           items:                               << 
119             - const: mclk                      << 
120             - const: npl                       << 
121             - const: dcodec                    << 
122             - const: fsgen                     << 
123                                                << 
124   - if:                                        << 
125       properties:                              << 
126         compatible:                            << 
127           contains:                            << 
128             enum:                              << 
129               - qcom,sm8550-lpass-tx-macro     << 
130     then:                                         105     then:
131       properties:                                 106       properties:
132         clocks:                                   107         clocks:
133           minItems: 4                             108           minItems: 4
134           maxItems: 4                             109           maxItems: 4
135         clock-names:                              110         clock-names:
136           items:                                  111           items:
137             - const: mclk                         112             - const: mclk
138             - const: macro                        113             - const: macro
139             - const: dcodec                       114             - const: dcodec
140             - const: fsgen                        115             - const: fsgen
141                                                   116 
142 unevaluatedProperties: false                      117 unevaluatedProperties: false
143                                                   118 
144 examples:                                         119 examples:
145   - |                                             120   - |
146     #include <dt-bindings/sound/qcom,q6afe.h>     121     #include <dt-bindings/sound/qcom,q6afe.h>
147     codec@3220000 {                               122     codec@3220000 {
148       compatible = "qcom,sm8250-lpass-tx-macro    123       compatible = "qcom,sm8250-lpass-tx-macro";
149       reg = <0x3220000 0x1000>;                   124       reg = <0x3220000 0x1000>;
150       #sound-dai-cells = <1>;                     125       #sound-dai-cells = <1>;
151       #clock-cells = <0>;                         126       #clock-cells = <0>;
152       clocks = <&aoncc 0>,                        127       clocks = <&aoncc 0>,
153                <&aoncc 1>,                        128                <&aoncc 1>,
154                <&q6afecc LPASS_HW_MACRO_VOTE L    129                <&q6afecc LPASS_HW_MACRO_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>,
155                <&q6afecc LPASS_HW_DCODEC_VOTE     130                <&q6afecc LPASS_HW_DCODEC_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>,
156                <&vamacro>;                        131                <&vamacro>;
157       clock-names = "mclk", "npl", "macro", "d    132       clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
158       clock-output-names = "mclk";                133       clock-output-names = "mclk";
159       qcom,dmic-sample-rate = <600000>;           134       qcom,dmic-sample-rate = <600000>;
160     };                                            135     };
                                                      

~ [ 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