[ bugfix ] There is no uart1_rts_cts_pins property ... All pins in sun50i-h6.dtsi are defined under uart1_pins @martinayotte or its wrong in .dtsi?

This commit is contained in:
Igor Pecovnik 2019-04-27 21:59:17 +02:00
parent 0ddc14688d
commit b6c7c3efc3
2 changed files with 2 additions and 2 deletions

View File

@ -594,7 +594,7 @@ index 000000000..b9aff606e
+
+&uart1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
+ pinctrl-0 = <&uart1_pins>;
+ status = "disabled";
+};
+

View File

@ -543,7 +543,7 @@ index 000000000..b9aff606e
+
+&uart1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
+ pinctrl-0 = <&uart1_pins>;
+ status = "disabled";
+};
+