diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2014-11-12 02:44:27 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2014-11-12 02:44:27 +0000 |
| commit | 6eef1a334dfb7a70867984657f84f4532a9ea7bf (patch) | |
| tree | 4bb532175ffd9a594d2dca8b04fc5f8ad9cd7932 /sys | |
| parent | f088768b98fa8f5a6f21b0d1e480d674c3a6c4d6 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arm/freescale/imx/imx_iomux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/freescale/imx/imx_iomux.c b/sys/arm/freescale/imx/imx_iomux.c index 403028f988c4..7786b76e0a4f 100644 --- a/sys/arm/freescale/imx/imx_iomux.c +++ b/sys/arm/freescale/imx/imx_iomux.c @@ -139,7 +139,7 @@ iomux_configure_pins(device_t dev, phandle_t cfgxref) WR4(sc, cfg->mux_reg, cfg->mux_val | sion); if (cfg->input_reg != 0) WR4(sc, cfg->input_reg, cfg->input_val); - if ((cfg->padconf_val & PADCONF_NONE) != 0) + if ((cfg->padconf_val & PADCONF_NONE) == 0) WR4(sc, cfg->padconf_reg, cfg->padconf_val); if (bootverbose) { char name[32]; |
