arm64: dts: k3-am623-pfc-rs485: remove term-gpio
Disconnect the gpio from rs485-ioctl This way the BIAS network and termination-resistor configuration work the same way via "gpioset" from the commandline. Now the resistor may be configured without accessing the serial device, which may be blocked by an other user. Signed-off-by: Christian Hohnstaedt <christian.hohnstaedt@wago.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
&main_uart4 { /* RS485 Interface */
|
||||
rts-gpios = <&main_gpio0 38 GPIO_ACTIVE_HIGH>;
|
||||
rs485-term-gpios = <&io_exp_8bit 0 GPIO_ACTIVE_HIGH>;
|
||||
/* RS485 termination is controlled via GPIO userspace tools */
|
||||
rs485-rts-active-high;
|
||||
linux,rs485-enabled-at-boot-time;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user