diff options
author | Linus Walleij <[email protected]> | 2021-11-20 02:14:18 +0100 |
---|---|---|
committer | Rob Herring <[email protected]> | 2021-12-01 19:06:13 -0600 |
commit | 180d597a9869aa50d9efc334c567ff4a26b3bf2b (patch) | |
tree | 62411b966de5e4ffeb4cc42627c9be0182d7dd73 | |
parent | 761de79adc2ca529c9e4cc75cfc2f0ec542c5463 (diff) |
dt-bindings: Add resets to the PL011 bindings
Some PL011 implementations provide a reset line to the silicon
IP block, add a device tree property for this.
Cc: [email protected]
Signed-off-by: Linus Walleij <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/serial/pl011.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/pl011.yaml b/Documentation/devicetree/bindings/serial/pl011.yaml index 5ea00f8a283d..d8aed84abcd3 100644 --- a/Documentation/devicetree/bindings/serial/pl011.yaml +++ b/Documentation/devicetree/bindings/serial/pl011.yaml @@ -91,6 +91,9 @@ properties: 3000ms. default: 3000 + resets: + maxItems: 1 + required: - compatible - reg |