Skip to content
Snippets Groups Projects
Commit b1f8c64e authored by Giuseppe Pagano's avatar Giuseppe Pagano
Browse files

Merge branch 'feature/d23_fix_cts_rts_on_uart_1_and_2' into 'develop'

D23: Fix cts/rts on uart1 and uart2.

See merge request arm/rockchip/linux-seco-rk4.4!17
parents 30c15c6b a97afcb7
No related branches found
No related tags found
No related merge requests found
......@@ -799,16 +799,11 @@
#sound-dai-cells = <0>;
};
/*change to uart0 debug*/
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_xfer /*&uart0_cts &uart0_rts*/>;
status = "okay";
};
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&uart1_xfer /*&uart1_cts &uart1_rts*/>;
status = "okay";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment