On Thu, 24 Mar 2022 13:38:48 +0800, Trevor Wu wrote: > Because the same binding components can be shared by all codecs > combinations, we only reserve one binding file for mt8195 machine driver > and rename to a generic name. > > We use compatible string to separate different codec combination instead > of creating a new binding file for new codec combination. > > Signed-off-by: Trevor Wu <trevor.wu@xxxxxxxxxxxx> > --- > .../sound/mt8195-mt6359-rt1011-rt5682.yaml | 51 ------------------- > ...-rt1019-rt5682.yaml => mt8195-mt6359.yaml} | 8 +-- > 2 files changed, 5 insertions(+), 54 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1011-rt5682.yaml > rename Documentation/devicetree/bindings/sound/{mt8195-mt6359-rt1019-rt5682.yaml => mt8195-mt6359.yaml} (87%) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>