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.

ASoC: dt-bindings: update tdm-slot.txt references to tdm-slot.yaml

Ensure that all references to tdm-slot.txt have been updated to
tdm-slot.yaml, and are schema-compliant.

Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20260301-tdm-idle-slots-v3-2-c6ac5351489a@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

James Calligeros and committed by
Mark Brown
cc74890f 5273cb81

+5 -18
+3 -6
Documentation/devicetree/bindings/sound/imx-audio-card.yaml
··· 24 24 cpu/codec dais. 25 25 26 26 type: object 27 + $ref: tdm-slot.yaml# 27 28 28 29 properties: 29 30 link-name: ··· 39 38 - i2s 40 39 - dsp_b 41 40 42 - dai-tdm-slot-num: 43 - description: see tdm-slot.txt. 44 - $ref: /schemas/types.yaml#/definitions/uint32 41 + dai-tdm-slot-num: true 45 42 46 - dai-tdm-slot-width: 47 - description: see tdm-slot.txt. 48 - $ref: /schemas/types.yaml#/definitions/uint32 43 + dai-tdm-slot-width: true 49 44 50 45 playback-only: 51 46 description: link is used only for playback
+2 -12
Documentation/devicetree/bindings/sound/simple-card.yaml
··· 27 27 description: dai-link uses bit clock inversion 28 28 $ref: /schemas/types.yaml#/definitions/flag 29 29 30 - dai-tdm-slot-num: 31 - description: see tdm-slot.txt. 32 - $ref: /schemas/types.yaml#/definitions/uint32 33 - 34 - dai-tdm-slot-width: 35 - description: see tdm-slot.txt. 36 - $ref: /schemas/types.yaml#/definitions/uint32 37 - 38 30 system-clock-frequency: 39 31 description: | 40 32 If a clock is specified and a multiplication factor is given with ··· 107 115 108 116 dai: 109 117 type: object 118 + $ref: tdm-slot.yaml# 119 + 110 120 properties: 111 121 sound-dai: 112 122 maxItems: 1 ··· 127 133 bitclock-master: 128 134 $ref: /schemas/types.yaml#/definitions/flag 129 135 130 - dai-tdm-slot-num: 131 - $ref: "#/definitions/dai-tdm-slot-num" 132 - dai-tdm-slot-width: 133 - $ref: "#/definitions/dai-tdm-slot-width" 134 136 clocks: 135 137 maxItems: 1 136 138 system-clock-frequency: