On Mon, Jul 31, 2023 at 11:42:53AM +0200, Krzysztof Kozlowski wrote:
Almost every board machine / sound cards has "audio-routing" and "model" properties, so move them to common schema to have only one definition of these properties.
For amlogic,gx-sound-card, leave the "audio-routing" constraints in the original binding.
Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org
.../sound/amlogic,axg-sound-card.yaml | 15 +++-------- .../bindings/sound/amlogic,gx-sound-card.yaml | 14 +++------- .../devicetree/bindings/sound/fsl,rpmsg.yaml | 17 +++--------- .../bindings/sound/google,sc7180-trogdor.yaml | 17 +++--------- .../sound/google,sc7280-herobrine.yaml | 17 +++--------- .../bindings/sound/imx-audio-card.yaml | 18 +++---------- .../bindings/sound/sound-card-common.yaml | 27 +++++++++++++++++++ 7 files changed, 50 insertions(+), 75 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/sound-card-common.yaml
Reviewed-by: Rob Herring robh@kernel.org