On Wed, Feb 26, 2025 at 09:22:29AM +0100, Krzysztof Kozlowski wrote: > On Tue, Feb 25, 2025 at 11:33:53AM -0300, Nícolas F. R. A. Prado wrote: > > MT8188 platforms also have DMIC DAIs, which were previously undescribed. > > Add DMIC_BE as a possible backend for the dai-link property. > > > > Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> > > --- > > Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml b/Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml > > index 362e729b51b43ec16716aee70ad736420def81f3..8c77e7f68ad7b6f5b88b53cedccb291139a2eeea 100644 > > --- a/Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml > > +++ b/Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml > > @@ -62,6 +62,7 @@ patternProperties: > > - PCM1_BE > > - DL_SRC_BE > > - UL_SRC_BE > > + - DMIC_BE > > Any reason why you keep adding to the end of the lists but not > alphabetically sorted? It's enum, so it's expected to be sorted which > reduces conflicts between edits. Last commit already broke sorting :/ Well, I wasn't aware enums were supposed to be sorted. That doesn't seem to be documented anywhere. In fact, in example-schema.yaml the enum is not sorted [1]. So it'd be great to update that example to follow that rule as well as explicitly document it. Maybe even a dt-binding check that checks for this? That'll make it much easier to learn about and follow this rule :). I don't think it'd be worth it to send another patch just to fix sorting in this case as it's already been merged, but I'll keep this in mind whenever I send future dt-binding patches. Thanks, Nícolas [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/example-schema.yaml#n52