Re: [PATCH v3] dt-bindings: clock: ti,clockdomain: Convert to DT schema
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 17 Jul 2026 03:15:42 +0530, Bhargav Joshi wrote: > Convert TI clockdomain to yaml DT schema. Drop '#clock-cells' from the > required list as this binding doesn't define a new clock binding type, > it is used to group existing clock nodes under hardware hierarchy. Most > existing dts omit '#clock-cells'. > > Update the reference to the old legacy text binding in the description > of bindings/clock/ti/ti,gate-clock.yaml to point to the new YAML file. > > Signed-off-by: Bhargav Joshi <[email protected]> > --- > Changes in v3: > - set limits for clock-output-names and clocks properties > - Link to v2: https://lore.kernel.org/r/[email protected] > > Changes in v2: > - updating the stale reference to the legacy .txt file inside > bindings/clock/ti/ti,gate-clock.yaml to fix make refcheckdocs error > - Link to v1: https://lore.kernel.org/r/[email protected] > --- > .../devicetree/bindings/clock/ti/clockdomain.txt | 25 ------------ > .../bindings/clock/ti/ti,clockdomain.yaml | 44 ++++++++++++++++++++++ > .../bindings/clock/ti/ti,gate-clock.yaml | 2 +- > 3 files changed, 45 insertions(+), 26 deletions(-) > Reviewed-by: Rob Herring (Arm) <[email protected]>