Re: [PATCH] dt-bindings: hwlock: sprd-hwspinlock: convert to YAML

2024-07-03 Thread Conor Dooley
On Wed, Jul 03, 2024 at 02:26:32PM +0200, Stanislav Jakubek wrote: > +examples: > + - | > +#include > + > +soc { > + #address-cells = <2>; > + #size-cells = <2>; > + > + hwlock@4050 { > +compatible = "sprd,hwspinlock-r3p0"; nit: double space here before the =

[PATCH] dt-bindings: hwlock: sprd-hwspinlock: convert to YAML

2024-07-03 Thread Stanislav Jakubek
Convert the Spreadtrum hardware spinlock bindings to DT schema. Signed-off-by: Stanislav Jakubek --- .../bindings/hwlock/sprd,hwspinlock-r3p0.yaml | 55 +++ .../bindings/hwlock/sprd-hwspinlock.txt | 23 2 files changed, 55 insertions(+), 23 deletions(-) create mod