arm: dts: imx7ulp-evk: remove mux value from pad configuration
authorJorge Ramirez-Ortiz <jorge@foundries.io>
Wed, 15 Jan 2020 17:50:04 +0000 (18:50 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 20 Jan 2020 14:38:16 +0000 (15:38 +0100)
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).

Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
arch/arm/dts/imx7ulp-evk.dts

index 08a682f..8f6a935 100644 (file)
 
                pinctrl_backlight: backlight_grp {
                        fsl,pins = <
-                               IMX7ULP_PAD_PTF2__PTF2          0x20100
+                               IMX7ULP_PAD_PTF2__PTF2          0x20000
                        >;
                };