mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
ARM: STi: OF: Fix a typo in pincfg header
This patch fixes a typo for OD define in st-pincfg header file. Reported-by: Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
This commit is contained in:
parent
6ce4eac1f6
commit
1bf17b828e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user