|
@@ -794,7 +794,7 @@ static struct asc_port *asc_of_get_asc_port(struct platform_device *pdev)
|
|
return NULL;
|
|
return NULL;
|
|
|
|
|
|
asc_ports[id].hw_flow_control = of_property_read_bool(np,
|
|
asc_ports[id].hw_flow_control = of_property_read_bool(np,
|
|
- "st,hw-flow-control");
|
|
|
|
|
|
+ "uart-has-rtscts");
|
|
asc_ports[id].force_m1 = of_property_read_bool(np, "st,force_m1");
|
|
asc_ports[id].force_m1 = of_property_read_bool(np, "st,force_m1");
|
|
asc_ports[id].port.line = id;
|
|
asc_ports[id].port.line = id;
|
|
asc_ports[id].rts = NULL;
|
|
asc_ports[id].rts = NULL;
|