Re: [PATCH v2] dt-bindings: clock: ti,da850-pll: Convert to DT schema
"Rob Herring (Arm)" <[email protected]> Mon, 3 Aug 2026 16:19:03 -0500
| Newsgroups | org.kernel.vger.linux-devicetree,org.kernel.vger.linux-clk,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 23 Jul 2026 22:11:38 +0530, Bhargav Joshi wrote: > Convert TI da850-pll binding from legacy text to dt schema. > No functional change is introduced during conversion. > > Signed-off-by: Bhargav Joshi <[email protected]> > --- > Changes in v2: > - Moved 'items' list for clocks and clock-names to the top-level > properties block. > - Dropped redundant maxItems: 2 to fix dt_binding_check warnings. > - Simplified allOf block to only restrict maxItems for pll1. > - updated maintainers list > - Link to v1: https://lore.kernel.org/r/[email protected] > --- > .../devicetree/bindings/clock/ti/davinci/pll.txt | 96 ------------ > .../bindings/clock/ti/davinci/ti,da850-pll.yaml | 164 +++++++++++++++++++++ > 2 files changed, 164 insertions(+), 96 deletions(-) > Reviewed-by: Rob Herring (Arm) <[email protected]>