Commit 1bf17b82 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla

ARM: STi: OF: Fix a typo in pincfg header

This patch fixes a typo for OD define in st-pincfg header file.
Reported-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@st.com>
parent 6ce4eac1
......@@ -15,7 +15,7 @@
/* Pull Up */
#define PU (1 << 26)
/* Open Drain */
#define OD (1 << 26)
#define OD (1 << 25)
#define RT (1 << 23)
#define INVERTCLK (1 << 22)
#define CLKNOTDATA (1 << 21)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment