Re: [PATCH] dt-bindings: clock: Convert TI Palmas Clock to DT schema

From: Rob Herring (Arm)

Date: Tue Jul 21 2026 - 10:04:05 EST



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 <egbostina@xxxxxxxxx>
> ---
> .../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) <robh@xxxxxxxxxx>