[PATCH v3 4/6] ARM: dts: imx6q{dl}: fix the wrong RTS/CTS pad name
From: Shawn Guo <hidden>
Date: 2013-07-08 02:42:15
Also in:
linux-serial
From: Shawn Guo <hidden>
Date: 2013-07-08 02:42:15
Also in:
linux-serial
On Sun, Jul 07, 2013 at 01:51:14PM +0200, Lothar Wa?mann wrote:
Hi, Shawn Guo writes:quoted
On Fri, Jul 05, 2013 at 02:12:30PM +0800, Huang Shijie wrote:quoted
There is something wrong with the RTS/CTS pads: The RTS pad is assigned with the CTS's value; while the CTS pad is assigned with the RTS's value.So basically, you are saying that select_input should be set up for CTS rather than RTS. It seems that the people who generated the macro got the wrong input from developer.programming 'select_input' only makes sense for inputs, not outputs. Since CTS is an output signal, select_input only makes sense for the RTS function of the pads.
I'm disregarding the patch, as it looks wrong. Shawn