aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-04-06 12:45:54 +0200
committerRob Herring <robh@kernel.org>2020-04-14 18:13:04 -0500
commit88986987c76f0f832ee61e34ac95341dcef5a119 (patch)
treee6f3e8b9ce13f819e6d9de14493277d8e25604fc /Documentation/devicetree/bindings
parentdt-bindings: Add vendor prefix for BeagleBoard.org (diff)
downloadlinux-dev-88986987c76f0f832ee61e34ac95341dcef5a119.tar.xz
linux-dev-88986987c76f0f832ee61e34ac95341dcef5a119.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r--Documentation/devicetree/bindings/memory-controllers/exynos-srom.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/memory-controllers/exynos-srom.yaml b/Documentation/devicetree/bindings/memory-controllers/exynos-srom.yaml
index cdfe3f7f0ea9..1250087b4ee6 100644
--- a/Documentation/devicetree/bindings/memory-controllers/exynos-srom.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/exynos-srom.yaml
@@ -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.