Skip to content
Commit 8915f364 authored by Alexandru M Stan's avatar Alexandru M Stan Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: pull up cts lines on rk3288



The flow control lines from a user accessible UART are optional,
the user might not have anything connected to those pins.
In order to prevent random interrupts happening and noise affecting
the cts pin should be pulled up.

Note that the default state for that pin on the rk3288 is pulled up,
so this patch merely restores them.

This is similar to what we're already doing with the RX pin,
so it should be safe. At worst it might be a slightly higher power usage
(through ~50 kohms) when the cts is low.

Suggested-by: default avatarNeil Hendin <nhendin@chromium.org>
Signed-off-by: default avatarAlexandru M Stan <amstan@chromium.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent d5f9f4ff
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