From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Tue, 9 Feb 2021 10:33:27 +0100 Subject: [PATCH 1/2] pinctrl: stm32: correct management pin display of OTYPE In-Reply-To: <20210121173856.1.Icf7e03823d5975be1d5ec623652c893849882657@changeid> References: <20210121163908.17678-1-patrick.delaunay@foss.st.com> <20210121173856.1.Icf7e03823d5975be1d5ec623652c893849882657@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 1/21/21 5:39 PM, Patrick Delaunay wrote: > OTYPE can be used for output or for alternate function to select > PP = push-pull or OP = open-drain mode, according reference manual > (Table 81. Port bit configuration table). > > This patch removes this indication for input pins and adds it > for AF and output pins for pinmux command output. > > Fixes: b305dbc08b08 ("pinctrl: stm32: display bias information for all pins") > > Signed-off-by: Patrick Delaunay > --- > > drivers/pinctrl/pinctrl_stm32.c | 18 ++++++++---------- > 1 file changed, 8 insertions(+), 10 deletions(-) > Applied to u-boot-stm/master, thanks! Regards Patrick