diff options
author | Rob Herring <[email protected]> | 2023-01-25 16:15:12 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-01-31 11:01:02 +0100 |
commit | 436eae7e70ef020afba69cb08ec78432904eb2a0 (patch) | |
tree | 560970d40113d20dc39eb294c0f93c4ce11d387f | |
parent | 646b4cd9909aaf2bfb9e05897e9c3871a7385219 (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/serial/8250.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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. |