diff mbox series

[v4,1/7] dt-bindings: mfd: syscon: Drop hwlocks

Message ID 20240627-dt-bindings-mfd-syscon-split-v4-1-dc6699a9f3e4@linaro.org (mailing list archive)
State New
Headers show
Series dt-bindings: mfd: syscon: Document more compatibles and require simpe-mfd description | expand

Commit Message

Krzysztof Kozlowski June 27, 2024, 10:32 a.m. UTC
Apparently there is no in-tree DTS syscon node having hwlocks, so drop
the property to simplify the binding.

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/mfd/syscon.yaml | 5 -----
 1 file changed, 5 deletions(-)

Comments

AngeloGioacchino Del Regno June 27, 2024, 10:39 a.m. UTC | #1
Il 27/06/24 12:32, Krzysztof Kozlowski ha scritto:
> Apparently there is no in-tree DTS syscon node having hwlocks, so drop
> the property to simplify the binding.
> 
> Acked-by: Rob Herring (Arm) <robh@kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

> ---
>   Documentation/devicetree/bindings/mfd/syscon.yaml | 5 -----
>   1 file changed, 5 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
> index 993460c3cfe1..cc1e9fec5cc7 100644
> --- a/Documentation/devicetree/bindings/mfd/syscon.yaml
> +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
> @@ -143,11 +143,6 @@ properties:
>     resets:
>       maxItems: 1
>   
> -  hwlocks:
> -    maxItems: 1
> -    description:
> -      Reference to a phandle of a hardware spinlock provider node.
> -
>   required:
>     - compatible
>     - reg
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
index 993460c3cfe1..cc1e9fec5cc7 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.yaml
+++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
@@ -143,11 +143,6 @@  properties:
   resets:
     maxItems: 1
 
-  hwlocks:
-    maxItems: 1
-    description:
-      Reference to a phandle of a hardware spinlock provider node.
-
 required:
   - compatible
   - reg