mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 21:39:34 +07:00
ARM: dts: rockchip: correct rk322x uart2 pinctrl
Correct UART2 PINCTRL flag to use the correct pull up setting Signed-off-by: Frank Wang <frank.wang@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
fa20698433
commit
02131477b9
@ -701,7 +701,7 @@ uart1_rts: uart1-rts {
|
||||
|
||||
uart2 {
|
||||
uart2_xfer: uart2-xfer {
|
||||
rockchip,pins = <1 18 RK_FUNC_2 &pcfg_pull_none>,
|
||||
rockchip,pins = <1 18 RK_FUNC_2 &pcfg_pull_up>,
|
||||
<1 19 RK_FUNC_2 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user