[PATCH v3 0/2] dt-bindings: clock: ti,dra7-atl: convert to dt-schema

From: Bhargav Joshi

Date: Sat Sep 05 2026 - 17:37:22 EST


Convert the DRA7 ATL (Audio Tracking Logic) text binding to dt-schema.
The original dra7-atl.txt contains two bindings mixed in one file:
- ti,dra7-atl-clock: clock output nodes for the common clock framework
- ti,dra7-atl: IP controller with register configuration

This series splits them into two separate YAML schemas.
Patch 1 converts the clock output binding.
Patch 2 converts the IP controller binding.

Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
---
Changes in v3:
- Rebased to latest mainline rc.
- Collected tags.
- Link to v2: https://lore.kernel.org/r/20260815-ti-dra7-atl-v2-0-db64c147c2e2@xxxxxxxxx

Changes in v2:
- Added items: maxItems: 1 constraint to the ti,provided-clocks
property, as the referenced phandles have zero argument cells
- Link to v1: https://lore.kernel.org/r/20260813-ti-dra7-atl-v1-0-27b691f4cdcf@xxxxxxxxx

---
Bhargav Joshi (2):
dt-bindings: clock: ti,dra7-atl-clock: convert to DT schema
dt-bindings: clock: ti,dra7-atl: convert to dt-schema

.../devicetree/bindings/clock/ti/dra7-atl.txt | 94 -------------------
.../bindings/clock/ti/ti,dra7-atl-clock.yaml | 38 ++++++++
.../devicetree/bindings/clock/ti/ti,dra7-atl.yaml | 100 +++++++++++++++++++++
3 files changed, 138 insertions(+), 94 deletions(-)
---
base-commit: 9f0346dcbea363787186c94ef94dd01aaa215afa
change-id: 20260812-ti-dra7-atl-4ec2740f9070

Best regards,
--
Bhargav