summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/pinctrl-imx233.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/pinctrl-imx233.h')
-rw-r--r--firmware/target/arm/imx233/pinctrl-imx233.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/pinctrl-imx233.h b/firmware/target/arm/imx233/pinctrl-imx233.h
index 4e3a9a035e..a2e02adec4 100644
--- a/firmware/target/arm/imx233/pinctrl-imx233.h
+++ b/firmware/target/arm/imx233/pinctrl-imx233.h
@@ -53,8 +53,7 @@
53 53
54static inline void imx233_pinctrl_init(void) 54static inline void imx233_pinctrl_init(void)
55{ 55{
56 __REG_CLR(HW_PINCTRL_CTRL) = __BLOCK_CLKGATE; 56 __REG_CLR(HW_PINCTRL_CTRL) = __BLOCK_CLKGATE | __BLOCK_SFTRST;
57 __REG_CLR(HW_PINCTRL_CTRL) = __BLOCK_SFTRST;
58} 57}
59 58
60static inline void imx233_set_pin_drive_strength(unsigned bank, unsigned pin, unsigned strength) 59static inline void imx233_set_pin_drive_strength(unsigned bank, unsigned pin, unsigned strength)