Skip to content
Snippets Groups Projects
Commit 24695208 authored by Benoît Thébaudeau's avatar Benoît Thébaudeau Committed by Stefano Babic
Browse files

imx: iomux-v3: Restore Linux's NEW_PAD_CTRL() macro


This macro will be useful for future changes.

Signed-off-by: default avatarBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
parent 79a34d3c
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,9 @@ typedef u64 iomux_v3_cfg_t;
((iomux_v3_cfg_t)(sel_input_ofs) << MUX_SEL_INPUT_OFS_SHIFT)| \
((iomux_v3_cfg_t)(sel_input) << MUX_SEL_INPUT_SHIFT))
#define NEW_PAD_CTRL(cfg, pad) (((cfg) & ~MUX_PAD_CTRL_MASK) | \
MUX_PAD_CTRL(pad))
#define __NA_ 0x000
#define NO_MUX_I 0
#define NO_PAD_I 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment