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: realtek,rt5640: Various fixes

Merge series from Jon Hunter <jonathanh@nvidia.com>:

This series includes fixes for the realtek,rt5640 dt-binding to address
a few warnings that are observed when running the CHECK_DTBS=y for some
DTBs that use this codec.

+11 -2
+11 -2
Documentation/devicetree/bindings/sound/realtek,rt5640.yaml
··· 44 44 - realtek,rt5640 45 45 - realtek,rt5639 46 46 47 + clocks: 48 + items: 49 + - description: phandle and clock specifier for codec MCLK. 50 + 51 + clock-names: 52 + items: 53 + - const: mclk 54 + 47 55 reg: 48 56 maxItems: 1 49 57 ··· 112 104 - 4 # Use GPIO2 for jack-detect 113 105 - 5 # Use GPIO3 for jack-detect 114 106 - 6 # Use GPIO4 for jack-detect 115 - - 7 # HDA? 107 + - 7 # Use HDA header for jack-detect 116 108 117 109 realtek,jack-detect-not-inverted: 118 110 description: ··· 137 129 - 3 # Scale current by 1.5 138 130 139 131 port: 140 - $ref: /schemas/graph.yaml#/properties/port 132 + $ref: audio-graph-port.yaml# 133 + unevaluatedProperties: false 141 134 142 135 required: 143 136 - compatible