Skip to content

Commit 1153595

Browse files
committed
add cts/rts of uart1 and uart4
Change-Id: I1bd9d27ca102521afc0a7588e69ef89fe01cc704 Reviewed-on: https://tp-biosrd-v02/gerrit/81847 Reviewed-by: Scorpio Chang(張志賢) <Scorpio_Chang@asus.com> Tested-by: Scorpio Chang(張志賢) <Scorpio_Chang@asus.com>
1 parent 004f00b commit 1153595

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/rk3288-miniarm.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,8 @@
732732
};
733733

734734
&uart1 {
735+
pinctrl-names = "default";
736+
pinctrl-0 = <&uart1_xfer>, <&uart1_cts>, <&uart1_rts>;
735737
status = "okay";
736738
};
737739

@@ -744,6 +746,8 @@
744746
};
745747

746748
&uart4 {
749+
pinctrl-names = "default";
750+
pinctrl-0 = <&uart4_xfer>, <&uart4_cts>, <&uart4_rts>;
747751
status = "okay";
748752
};
749753

0 commit comments

Comments
 (0)