From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jorge Ramirez-Ortiz, Foundries Date: Thu, 16 Jan 2020 08:40:11 +0100 Subject: [PATCH] arm: dts: imx7ulp-evk: remove mux value from pad configuration In-Reply-To: References: <20200115175004.11152-1-jorge@foundries.io> Message-ID: <20200116074011.GA4822@trex> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16/01/20 02:22:35, Peng Fan wrote: > > Subject: [PATCH] arm: dts: imx7ulp-evk: remove mux value from pad > > configuration > > > > The mux mode is embedded in the PAD definition and therefore there is no > > need to repeat it in the PAD configuration value (more over since this > > information will be masked out when the configuration value is applied). > > Has this been accepted by Shawn? added to DL now > > Thanks, > Peng. > > > > > Signed-off-by: Jorge Ramirez-Ortiz > > --- > > arch/arm/dts/imx7ulp-evk.dts | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/dts/imx7ulp-evk.dts b/arch/arm/dts/imx7ulp-evk.dts > > index 08a682f314..8f6a935e24 100644 > > --- a/arch/arm/dts/imx7ulp-evk.dts > > +++ b/arch/arm/dts/imx7ulp-evk.dts > > @@ -156,7 +156,7 @@ > > > > pinctrl_backlight: backlight_grp { > > fsl,pins = < > > - IMX7ULP_PAD_PTF2__PTF2 0x20100 > > + IMX7ULP_PAD_PTF2__PTF2 0x20000 > > >; > > }; > > > > -- > > 2.17.1 >