summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorCédric Le Goater <clg@kaod.org>2022-02-18 12:33:17 +0300
committerJoel Stanley <joel@jms.id.au>2022-02-21 11:19:00 +0300
commitbd334c86abc9e16cf9d9f9facb449a036aba2b4c (patch)
treeaf5e45315b666bd77f758bb7f51c08d3aec2d47f /Documentation
parent2befcc6bb0bb1e0a4a31391a359adcab3925b6e4 (diff)
downloadlinux-bd334c86abc9e16cf9d9f9facb449a036aba2b4c.tar.xz
dt-bindings: soc: aspeed XDMA fixes
This is to address warnings reported by make dt_binding_check. OpenBMC-Staging-Count: 1 Signed-off-by: Cédric Le Goater <clg@kaod.org> Link: https://lore.kernel.org/r/20220218093317.664559-1-clg@kaod.org Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/soc/aspeed/xdma.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/soc/aspeed/xdma.yaml b/Documentation/devicetree/bindings/soc/aspeed/xdma.yaml
index 495743581e2d..b3d2aeb5a9b9 100644
--- a/Documentation/devicetree/bindings/soc/aspeed/xdma.yaml
+++ b/Documentation/devicetree/bindings/soc/aspeed/xdma.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Aspeed AST25XX and AST26XX XDMA Engine
maintainers:
- - Eddie James <eajames@linux.ibm.com>
+ - Eddie James <eajames@linux.ibm.com>
description: |
This binding describes the XDMA Engine embedded in the AST2500 and AST2600
@@ -31,13 +31,11 @@ properties:
maxItems: 2
reset-names:
- maxItems: 2
items:
- const: device
- const: root-complex
interrupts:
- maxItems: 2
items:
- description: global interrupt for the XDMA engine
- description: PCI-E reset or PERST interrupt
@@ -71,6 +69,8 @@ then:
required:
- reset-names
+additionalProperties: false
+
examples:
- |
#include <dt-bindings/clock/ast2600-clock.h>