[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230125221513.3059177-1-robh@kernel.org>
Date: Wed, 25 Jan 2023 16:15:12 -0600
From: Rob Herring <robh@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Lubomir Rintel <lkundrak@...sk>, - <devicetree@...r.kernel.org>
Cc: linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] dt-bindings: serial: 8250: Fix 'aspeed,lpc-io-reg' differing types
The 'aspeed,lpc-io-reg' property is also defined in
ipmi/aspeed,ast2400-kcs-bmc.yaml as a 'uint32-array'. Unify it to use
'uint32-array' everywhere.
Signed-off-by: Rob Herring <robh@...nel.org>
---
Documentation/devicetree/bindings/serial/8250.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/serial/8250.yaml b/Documentation/devicetree/bindings/serial/8250.yaml
index 34b8e59aa9d4..bf570f17459e 100644
--- a/Documentation/devicetree/bindings/serial/8250.yaml
+++ b/Documentation/devicetree/bindings/serial/8250.yaml
@@ -200,7 +200,8 @@ properties:
deprecated: true
aspeed,lpc-io-reg:
- $ref: '/schemas/types.yaml#/definitions/uint32'
+ $ref: '/schemas/types.yaml#/definitions/uint32-array'
+ maxItems: 1
description: |
The VUART LPC address. Only applicable to aspeed,ast2500-vuart.
--
2.39.0
Powered by blists - more mailing lists