projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11c04aa
)
arm: dts: imx7ulp-evk: remove mux value from pad configuration
author
Jorge Ramirez-Ortiz
<jorge@foundries.io>
Wed, 15 Jan 2020 17:50:04 +0000
(18:50 +0100)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx7ulp-evk.dts
b/arch/arm/dts/imx7ulp-evk.dts
index
08a682f
..
8f6a935
100644
(file)
--- 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 0x20
1
00
+ IMX7ULP_PAD_PTF2__PTF2 0x20
0
00
>;
};