]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 08a682f31446712e44bdfa168c3d31e26bf3d70d..8f6a935e241561934cd61a1fe79b67d119d45c12 100644 (file)
 
                pinctrl_backlight: backlight_grp {
                        fsl,pins = <
-                               IMX7ULP_PAD_PTF2__PTF2          0x20100
+                               IMX7ULP_PAD_PTF2__PTF2          0x20000
                        >;
                };