Re: [PATCH] dt-bindings: hwlock: Convert to dtschema

From: Rob Herring
Date: Tue Feb 18 2025 - 16:12:08 EST


On Tue, Feb 18, 2025 at 09:39:35PM +0530, Siddharth Menon wrote:
> From: BiscuitBobby <simeddon@xxxxxxxxx>
>
> Convert the generic hwspinlock bindings to DT schema.
> ---
> This is my first time converting bindings to dt schema, please let me
> know if I have overlooked anything.
> .../devicetree/bindings/hwlock/hwlock.txt | 59 -----------------
> .../devicetree/bindings/hwlock/hwlock.yaml | 65 +++++++++++++++++++
> 2 files changed, 65 insertions(+), 59 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/hwlock/hwlock.txt
> create mode 100644 Documentation/devicetree/bindings/hwlock/hwlock.yaml

The consumer side lives in dtschema already. Please add the provider
side there too. Patches to devicetree-spec@xxxxxxxxxxxxxxx or GH PR are
fine.

For the descriptions, you'll need to relicense the text in hwlock.txt to
dual GPL/BSD. You will need TI's permission for that.

Rob