On Fri, Jan 26, 2024 at 03:55:12PM +0100, Farouk Bouabid wrote:
RS485 can have a receiver-enable gpio (rx-enable-gpios). When rs485 is
enabled, this gpio, if provided, must be driven active while receiving.
However when RS485 is disabled this gpio should not have an undefined
state. In that case, as DE and RE pins can be connected both to this gpio,
if its state is not properly defined, can cause unexpected transceiver
behavior.
This binding depend on rx-enable-gpios to be implemented.
Why do you need a dedicated property for this when there exists a device
specific compatible for the uart on both of the affected rockchip
systems?