Skip to content

Commit

Permalink
schemas: simple-bus: provide a range for number of reg entries
Browse files Browse the repository at this point in the history
This prevents the fixups from setting the number of entries to 1.

Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
robherring committed Nov 5, 2018
1 parent 42c465f commit b6c367c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemas/simple-bus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ patternProperties:
items:
minItems: 2
maxItems: 4
minItems: 1
maxItems: 1024
required:
- reg

Expand Down

0 comments on commit b6c367c

Please sign in to comment.