diff options
| author | Jorge Ramirez-Ortiz <[email protected]> | 2020-01-15 18:50:04 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-01-20 15:38:16 +0100 |
| commit | 4cd1f979b2b4dfd799131ba21366b905a8600914 (patch) | |
| tree | 50adc88e15992e9989faf624e2ecaa3bb0702e4d | |
| parent | 11c04aa6715b90bb59c196e810a2e883455c4598 (diff) | |
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 <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx7ulp-evk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/imx7ulp-evk.dts b/arch/arm/dts/imx7ulp-evk.dts index 08a682f3144..8f6a935e241 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 >; }; |
