Re: [PATCH] dt-bindings: clock: Convert TI Palmas Clock 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 Sun, 19 Jul 2026 14:12:36 +0000, Eduard Bostina wrote: > Convert the Texas Instruments Palmas 32KHz clock bindings > to DT schema. > > During the conversion, the node name in the example was updated > from 'palmas_clk32k@0' to 'clock-controller'. The old example > contained a unit address without a 'reg' property, which causes > dtc compilation warnings. > > Signed-off-by: Eduard Bostina <[email protected]> > --- > .../clock/clk-palmas-clk32kg-clocks.txt | 35 ------------ > .../bindings/clock/ti,palmas-clk32kg.yaml | 56 +++++++++++++++++++ > 2 files changed, 56 insertions(+), 35 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/clk-palmas-clk32kg-clocks.txt > create mode 100644 Documentation/devicetree/bindings/clock/ti,palmas-clk32kg.yaml > Reviewed-by: Rob Herring (Arm) <[email protected]>