Commit 88986987 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 9a2506b1
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment