diff mbox series

dt-bindings: nvmem: qcom,spmi-sdam: Drop child node schema

Message ID 20220119151135.3598392-1-robh@kernel.org
State Accepted, archived
Headers show
Series dt-bindings: nvmem: qcom,spmi-sdam: Drop child node schema | expand

Checks

Context Check Description
robh/checkpatch success
robh/dtbs-check success
robh/dt-meta-schema success

Commit Message

Rob Herring Jan. 19, 2022, 3:11 p.m. UTC
Drop the child node schema. The schema for child nodes is already
defined by nvmem.yaml and doesn't need to be duplicated in the
qcom,spmi-sdam schema.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../bindings/nvmem/qcom,spmi-sdam.yaml        | 28 -------------------
 1 file changed, 28 deletions(-)

Comments

Rob Herring Jan. 23, 2022, 3:28 p.m. UTC | #1
On Wed, 19 Jan 2022 09:11:35 -0600, Rob Herring wrote:
> Drop the child node schema. The schema for child nodes is already
> defined by nvmem.yaml and doesn't need to be duplicated in the
> qcom,spmi-sdam schema.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../bindings/nvmem/qcom,spmi-sdam.yaml        | 28 -------------------
>  1 file changed, 28 deletions(-)
> 

Applied, thanks!
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml b/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
index a835e64bc6f5..ee79e13b5fe0 100644
--- a/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
+++ b/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
@@ -38,34 +38,6 @@  required:
   - reg
   - ranges
 
-patternProperties:
-  "^.*@[0-9a-f]+$":
-    type: object
-
-    properties:
-      reg:
-        maxItems: 1
-        description:
-          Offset and size in bytes within the storage device.
-
-      bits:
-        $ref: /schemas/types.yaml#/definitions/uint32-array
-        maxItems: 1
-        items:
-          items:
-            - minimum: 0
-              maximum: 7
-              description:
-                Offset in bit within the address range specified by reg.
-            - minimum: 1
-              description:
-                Size in bit within the address range specified by reg.
-
-    required:
-      - reg
-
-    additionalProperties: false
-
 unevaluatedProperties: false
 
 examples: