From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 4 Nov 2020 20:22:02 +0100 Subject: [RESEND PATCH 2/3] pinctrl: renesas: Make sure the pin type is updated after setting the MUX In-Reply-To: <20201104172706.473-3-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20201104172706.473-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20201104172706.473-3-prabhakar.mahadev-lad.rj@bp.renesas.com> Message-ID: <8fad03e3-8f34-e158-028c-aaad8b2a4ebf@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/4/20 6:27 PM, Lad Prabhakar wrote: > Update pin type after every successful call to sh_pfc_config_mux(). > > This fixes pin functionality from being overwritten. Can you please provide more details about the problem you are fixing here ? What is the problem ? What triggers it ?