Re: [PATCH v3 3/6] dt-bindings: codecs: sophgo,cv1800b: codecs: add ADC/DAC
"Anton D. Stavinskii" <[email protected]>
| Newsgroups | dev.linux.lists.sophgo,org.infradead.lists.linux-riscv,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 20, 2026 at 11:12:23AM +0400, Krzysztof Kozlowski wrote: > On Mon, Jan 19, 2026 at 08:30:44PM +0400, Anton D. Stavinskii wrote: > > Document the internal ADC and DAC audio codecs integrated > > in the Sophgo CV1800B SoC. > > > > Signed-off-by: Anton D. Stavinskii <[email protected]> > > --- > > .../bindings/sound/sophgo,cv1800b-sound-adc.yaml | 43 ++++++++++++++++++++++ > > .../bindings/sound/sophgo,cv1800b-sound-dac.yaml | 43 ++++++++++++++++++++++ > > This is not what I asked. I did not say squash patches. I asked to > squash into the binding. COMBINE the bindings. We do not need multiple > documents. Oh that makes much more sense. Thanks. Will do. You mean single file for both codecs. Combined description and "compatible" like this? properties: compatible: enum: - sophgo,cv1800b-sound-adc - sophgo,cv1800b-sound-dac everything else seems to be identical. Can I keep single commit for this? > > Best regards, > Krzysztof >