mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
dt-bindings: memory-controllers: exynos-srom: Remove unneeded type for reg-io-width
'reg-io-width' property is an enum so there is no need to specify its type. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
9a2506b1a2
commit
88986987c7
1 changed files with 1 additions and 3 deletions
|
@ -51,9 +51,7 @@ patternProperties:
|
|||
maxItems: 1
|
||||
|
||||
reg-io-width:
|
||||
allOf:
|
||||
- $ref: /schemas/types.yaml#/definitions/uint32
|
||||
- enum: [1, 2]
|
||||
enum: [1, 2]
|
||||
description:
|
||||
Data width in bytes (1 or 2). If omitted, default of 1 is used.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue