提交 43d9af3f 编写于 作者: P Peter Rosin 提交者: Alexandre Belloni

ARM: dts: at91rm9200: pullup rx on uart0

For consistency with all other serial pins, add this pullup. It also
prevents the signal from floating and so consuming a useless extra amount
of power in crowbarred state if nothing is connected to RX.
Signed-off-by: NPeter Rosin <peda@axentia.se>
Signed-off-by: NAlexandre Belloni <alexandre.belloni@bootlin.com>
上级 5e04822f
...@@ -493,8 +493,8 @@ ...@@ -493,8 +493,8 @@
uart0 { uart0 {
pinctrl_uart0: uart0-0 { pinctrl_uart0: uart0-0 {
atmel,pins = atmel,pins =
<AT91_PIOA 17 AT91_PERIPH_A AT91_PINCTRL_NONE /* PA17 periph A */ <AT91_PIOA 17 AT91_PERIPH_A AT91_PINCTRL_NONE
AT91_PIOA 18 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PA18 periph A */ AT91_PIOA 18 AT91_PERIPH_A AT91_PINCTRL_PULL_UP>;
}; };
pinctrl_uart0_cts: uart0_cts-0 { pinctrl_uart0_cts: uart0_cts-0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册