Skip to content

Commit

Permalink
Merge pull request torvalds#57 from Leo-Yan/fix_console_spurious_char…
Browse files Browse the repository at this point in the history
…_0428

Fix console spurious char
  • Loading branch information
ldts committed Apr 28, 2015
2 parents acd9d44 + 25bb74e commit d17a7fb
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 145 deletions.
19 changes: 12 additions & 7 deletions Documentation/devicetree/bindings/serial/pl011.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ Required properties:
- interrupts: exactly one interrupt specifier

Optional properties:
- pinctrl: When present, must have one state named "sleep"
and one state named "default"
- clocks: When present, must refer to exactly one clock named
"apb_pclk"
- dmas: When present, may have one or two dma channels.
The first one must be named "rx", the second one
must be named "tx".
- pinctrl: When present, must have one state named "sleep"
and one state named "default"
- clocks: When present, must refer to exactly one clock named
"apb_pclk"
- dmas: When present, may have one or two dma channels.
The first one must be named "rx", the second one
must be named "tx".
- auto-poll: Enables polling when using RX DMA.
- poll-rate-ms: Rate at which poll occurs when auto-poll is set,
default 100ms.
- poll-timeout-ms: Poll timeout when auto-poll is set, default
3000ms.

See also bindings/arm/primecell.txt
Loading

0 comments on commit d17a7fb

Please sign in to comment.