boards: nordic: Do not enable hw-flow-control on console
Like in all other legacy boards, hw-flow-control should not be enabled for console UART. With hw-flow-control sample stuck during printing some initial information and sample appears to be not working correctly unless com port is opened. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
f4f1b1a365
commit
01f2740015
|
@ -252,7 +252,6 @@ ipc0: &cpuapp_cpurad_ipc {
|
|||
pinctrl-0 = <&uart136_default>;
|
||||
pinctrl-1 = <&uart136_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
||||
&gpio6 {
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
pinctrl-0 = <&uart135_default>;
|
||||
pinctrl-1 = <&uart135_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
||||
&uart136 {
|
||||
|
|
|
@ -99,7 +99,6 @@ ipc0: &cpuapp_cpurad_ipc {
|
|||
pinctrl-0 = <&uart135_default>;
|
||||
pinctrl-1 = <&uart135_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
||||
&uart136 {
|
||||
|
|
|
@ -87,7 +87,6 @@
|
|||
|
||||
&uart20 {
|
||||
status = "okay";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
||||
&gpio0 {
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
|
||||
&uart30 {
|
||||
status = "okay";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
||||
&gpio0 {
|
||||
|
|
|
@ -87,7 +87,6 @@
|
|||
|
||||
&uart20 {
|
||||
status = "okay";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
||||
&gpio0 {
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
|
||||
&uart30 {
|
||||
status = "okay";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
||||
&gpio0 {
|
||||
|
|
|
@ -248,7 +248,6 @@ ipc0: &cpuapp_cpurad_ipc {
|
|||
pinctrl-0 = <&uart136_default>;
|
||||
pinctrl-1 = <&uart136_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
||||
&gpio6 {
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
pinctrl-0 = <&uart135_default>;
|
||||
pinctrl-1 = <&uart135_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
||||
&uart136 {
|
||||
|
|
|
@ -104,7 +104,6 @@ ipc0: &cpuapp_cpurad_ipc {
|
|||
pinctrl-0 = <&uart135_default>;
|
||||
pinctrl-1 = <&uart135_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
||||
&uart136 {
|
||||
|
|
Loading…
Reference in New Issue