diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2024-06-08 17:55:22 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-06-13 18:42:21 +0100 |
commit | 8643ef1213eeaf99ee529f35a6c2976ea1e316bc (patch) | |
tree | 49150779084e6eefb2b6f6636db9f638de071789 | |
parent | 40ac32d19985836348313b7087c8f37232084c54 (diff) |
dt-bindings: mfd: pm8008: Drop redundant descriptions
In preparation for reworking the binding, drop the redundant
descriptions of the standard 'reg' and 'interrupts' properties.
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20240608155526.12996-9-johan+linaro@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml | 5 |
1 files changed, 0 insertions, 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 |