From: Vicente Bergas <vicencb@gmail.com>
To: Lukas Wunner <lukas@wunner.de>
Cc: ilpo.jarvinen@linux.intel.com,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
giulio.benetti@micronovasrl.com,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
heikki.krogerus@linux.intel.com,
"Heiko Stübner" <heiko@sntech.de>,
jirislaby@kernel.org, johan@kernel.org,
linux-api@vger.kernel.org, linux-serial@vger.kernel.org,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Subject: Re: [PATCH v3 00/12] Add RS485 support to DW UART
Date: Thu, 21 Apr 2022 22:41:49 +0200 [thread overview]
Message-ID: <CAAMcf8AQLmtHTEevY3i3fo7uWOmVo5PLoq1oScjt0rXdk4yX6Q@mail.gmail.com> (raw)
In-Reply-To: <20220421193851.GA12186@wunner.de>
Hi Lukas,
On Thu, Apr 21, 2022 at 9:38 PM Lukas Wunner <lukas@wunner.de> wrote:
>
> On Thu, Apr 21, 2022 at 05:36:26PM +0200, Vicente Bergas wrote:
> > 2.- Although "linux,rs485-enabled-at-boot-time" is set in the DTS,
> > the RTS/DriverEnable line is asserted all the time the /dev/ttyS1
> > device file is closed.
> > As soon as the device file is openned, the RTS line is deasserted.
> > Then it works as expected: it is asserted only during transmissions.
> > When the device file is closed again, the RTS line goes back to the
> > asserted level and stays there.
> > When the rs485 mode is enabled, it is expected that the RTS line be
> > deasserted by default.
>
> That's probably the same issue as reported here:
>
> https://lore.kernel.org/linux-serial/20220329085050.311408-1-matthias.schiffer@ew.tq-group.com/
>
> Basically, some drivers have historically used inverse RTS polarity
> and others haven't. I'm still busy sorting out which drivers use
> which. Sorry, this is quite complex and takes some time.
>
> Have you configured "rs485-rts-active-low" in the device tree?
The UART configuration is the default from rk3328.dtsi plus:
&uart1 {
linux,rs485-enabled-at-boot-time;
pinctrl-0 = <&uart1_xfer &uart1_cts &uart1_rts_pin>;
rs485-rts-delay = <0 52>;
rs485-rx-during-tx;
rts-gpios = <&gpio3 RK_PA5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
So, it is asserted high and deasserted low.
> Which kernel version are you using exactly?
5.17.3 and 5.17.4
Also, i am about to test 5.18-rc3
> Thanks,
>
> Lukas
Regards,
Vicente.
next prev parent reply other threads:[~2022-04-21 20:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-11 8:33 [PATCH v3 00/12] Add RS485 support to DW UART Ilpo Järvinen
2022-04-11 8:33 ` [PATCH v3 07/12] serial: termbits: ADDRB to indicate 9th bit addressing mode Ilpo Järvinen
2022-04-11 8:33 ` [PATCH v3 08/12] serial: General support for multipoint addresses Ilpo Järvinen
2022-04-21 15:36 ` [PATCH v3 00/12] Add RS485 support to DW UART Vicente Bergas
2022-04-21 19:38 ` Lukas Wunner
2022-04-21 20:41 ` Vicente Bergas [this message]
2022-04-22 9:25 ` Ilpo Järvinen
2022-04-22 13:07 ` Ilpo Järvinen
2022-04-23 23:57 ` Vicente Bergas
2022-04-25 11:16 ` Ilpo Järvinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAAMcf8AQLmtHTEevY3i3fo7uWOmVo5PLoq1oScjt0rXdk4yX6Q@mail.gmail.com \
--to=vicencb@gmail.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=giulio.benetti@micronovasrl.com \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=heiko@sntech.de \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=jirislaby@kernel.org \
--cc=johan@kernel.org \
--cc=linux-api@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=lukas@wunner.de \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).