[PATCH v2 10/14] dt-bindings: mfd: pm8008: drop redundant descriptions

Johan Hovold posted 14 patches 1 year, 6 months ago
There is a newer version of this series
[PATCH v2 10/14] dt-bindings: mfd: pm8008: drop redundant descriptions
Posted by Johan Hovold 1 year, 6 months ago
In preparation for reworking the binding, drop the redundant
descriptions of the standard 'reg' and 'interrupts' properties.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
 Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml
index e1e05921afb4..d71657f488db 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml
@@ -19,16 +19,11 @@ properties:
     const: qcom,pm8008
 
   reg:
-    description:
-      I2C slave address.
-
     maxItems: 1
 
   interrupts:
     maxItems: 1
 
-    description: Parent interrupt.
-
   reset-gpios:
     maxItems: 1
 
-- 
2.44.1
Re: [PATCH v2 10/14] dt-bindings: mfd: pm8008: drop redundant descriptions
Posted by Rob Herring (Arm) 1 year, 6 months ago
On Wed, 29 May 2024 18:29:54 +0200, Johan Hovold wrote:
> In preparation for reworking the binding, drop the redundant
> descriptions of the standard 'reg' and 'interrupts' properties.
> 
> Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
> ---
>  Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml | 5 -----
>  1 file changed, 5 deletions(-)
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>