mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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). Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Reviewed-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
parent
11c04aa671
commit
4cd1f979b2
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@
|
|||
|
||||
pinctrl_backlight: backlight_grp {
|
||||
fsl,pins = <
|
||||
IMX7ULP_PAD_PTF2__PTF2 0x20100
|
||||
IMX7ULP_PAD_PTF2__PTF2 0x20000
|
||||
>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue