On Tue, 19 Aug 2025 22:13:02 +0200, Jihed Chaibi wrote:
Convert the legacy TXT binding for the OMAP TWL4030 sound card
to the modern YAML DT schema format. This adds formal validation
and improves documentation.
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Jihed Chaibi <redacted>
---
Changes in v4:
- Deleted redundant pins list.
- Split from larger series per maintainer feedback.
- v3 link:
https://lore.kernel.org/all/20250816021523.167049-1-jihed.chaibi.dev@gmail.com/ (local)
Changes in v3:
- No change to binding content, only updating commit message format.
Changes in v2:
- Fixed comment formatting (added spaces for better alignment).
- Updated commit subject to align with subsystem style.
- Retained Acked-by from v1 as changes are cosmetic.
---
.../bindings/sound/omap-twl4030.txt | 62 ------------
.../bindings/sound/ti,omap-twl4030.yaml | 98 +++++++++++++++++++
2 files changed, 98 insertions(+), 62 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/sound/omap-twl4030.txt
create mode 100644 Documentation/devicetree/bindings/sound/ti,omap-twl4030.yaml
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>