Re: [PATCH v2] dt-bindings: clock: ti,DM814x-ADPLL: 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 Tue, 11 Aug 2026 00:07:37 +0530, Bhargav Joshi wrote: > Convert the Texas Instruments DM814x ADPLL clock binding to DT schema > format. Add 'clock-output-names' as required which was missing in > legacy binding, as the driver (clk-adpll.c) mandates it and fails > probing if it is missing. > > Signed-off-by: Bhargav Joshi <[email protected]> > --- > Changes in v2: > - Droped description for items clock-output-names > - Dropped extra example > - Link to v1: https://lore.kernel.org/r/[email protected] > --- > .../devicetree/bindings/clock/ti/adpll.txt | 39 ---------- > .../bindings/clock/ti/ti,dm814-adpll-clock.yaml | 88 ++++++++++++++++++++++ > 2 files changed, 88 insertions(+), 39 deletions(-) > Reviewed-by: Rob Herring (Arm) <[email protected]>