Commit 436eae7e authored by Rob Herring's avatar Rob Herring Committed by Greg Kroah-Hartman

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: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230125221513.3059177-1-robh@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 646b4cd9
......@@ -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.
......
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