diff options
author | Tony Lindgren <[email protected]> | 2021-07-27 13:35:32 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-08-05 14:01:25 +0200 |
commit | 1a191ddcc76f810654e52aab5a36c399d82e26a0 (patch) | |
tree | b6c9547ca2e7bc4e260634cc94ac9fc3822acac1 | |
parent | 6c44eb5905f6cc731b36c4170f703f81e477f039 (diff) |
dt-bindings: serial: 8250: Update for standard overrun-throttle property
In some cases we want to specify overrun-throttle like other 8250 drivers
are doing.
Cc: [email protected]
Cc: Rob Herring <[email protected]>
Cc: Vignesh Raghavendra <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Tony Lindgren <[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_omap.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/8250_omap.yaml b/Documentation/devicetree/bindings/serial/8250_omap.yaml index 1c826fcf5828..ab0c0feed8f0 100644 --- a/Documentation/devicetree/bindings/serial/8250_omap.yaml +++ b/Documentation/devicetree/bindings/serial/8250_omap.yaml @@ -79,6 +79,7 @@ properties: power-domains: true clock-frequency: true current-speed: true + overrun-throttle-ms: true required: - compatible |