Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update lpass dt-bindings

Merge series from Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>:

Update va-macro driver dt-bindings and add missing properties in sc7280
machine driver dt-bindings.

Changes since v2:
-- Update commit message and example in "Add platform property" patch.
-- Update commit message in "Update clock name" patch.
Changes since v1:
-- Remove sound-dai cells property patch.
-- Update example in clock name change patch.
-- Update commit message and add maxItems in platform proerty patch.

Srinivasa Rao Mandadapu (2):
ASoC: qcom: dt-bindings: lpass-va-macro: Update clock name
ASoC: dt-bindings: google,sc7280-herobrine: Add platform property

.../devicetree/bindings/sound/google,sc7280-herobrine.yaml | 12 ++++++++++++
.../devicetree/bindings/sound/qcom,lpass-va-macro.yaml | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)

--
2.7.4

+14 -2
+12
Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml
··· 75 75 76 76 additionalProperties: false 77 77 78 + platform: 79 + description: Holds subnode which includes the phandle of q6apm platform device. 80 + type: object 81 + properties: 82 + sound-dai: 83 + maxItems: 1 84 + 85 + required: 86 + - sound-dai 87 + 88 + additionalProperties: false 89 + 78 90 required: 79 91 - link-name 80 92 - cpu
+2 -2
Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml
··· 36 36 oneOf: 37 37 - items: #for ADSP based platforms 38 38 - const: mclk 39 - - const: core 39 + - const: macro 40 40 - const: dcodec 41 41 - items: #for ADSP bypass based platforms 42 42 - const: mclk ··· 77 77 clocks = <&aoncc 0>, 78 78 <&q6afecc LPASS_HW_MACRO_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>, 79 79 <&q6afecc LPASS_HW_DCODEC_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>; 80 - clock-names = "mclk", "core", "dcodec"; 80 + clock-names = "mclk", "macro", "dcodec"; 81 81 clock-output-names = "fsgen"; 82 82 qcom,dmic-sample-rate = <600000>; 83 83 vdd-micb-supply = <&vreg_s4a_1p8>;