diff mbox series

[v2] dt-bindings: pinctrl: imx7ulp: fix incorrect pin CONFIG

Message ID 20201130085318.8133-1-louis.rannou@enlaps.fr
State New
Headers show
Series [v2] dt-bindings: pinctrl: imx7ulp: fix incorrect pin CONFIG | expand

Commit Message

Louis Rannou Nov. 30, 2020, 8:53 a.m. UTC
According to the imx7ulp reference manual, the LSB refers to PS (Pull Select Field) and
the 2nd to PE (Pull-up Enable).

Signed-off-by: Louis Rannou <louis.rannou@enlaps.fr>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 .../devicetree/bindings/pinctrl/fsl,imx7ulp-pinctrl.txt        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx7ulp-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/fsl,imx7ulp-pinctrl.txt
index bfa3703a7446..50ae260581eb 100644
--- a/Documentation/devicetree/bindings/pinctrl/fsl,imx7ulp-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx7ulp-pinctrl.txt
@@ -33,7 +33,8 @@  PAD_CTL_ODE		(1 << 5)
 PAD_CTL_PUSH_PULL	(0 << 5)
 PAD_CTL_SRE_SLOW	(1 << 2)
 PAD_CTL_SRE_STD		(0 << 2)
-PAD_CTL_PE		(1 << 0)
+PAD_CTL_PE		(1 << 1)
+PAD_CTL_PS		(1 << 0)
 
 Examples:
 #include "imx7ulp-pinfunc.h"