Skip to content
Snippets Groups Projects
Commit 36e40142 authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

imx: mx6sll: add pinmux header files


Add i.MX6SLL pinmux header files

Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
parent 7ce6d3c8
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ enum {
MX6_PAD_DECLARE(MX6_PAD_,name, pco, mc, mm, sio, si, pc),
#include "mx6dl_pins.h"
};
#elif defined(CONFIG_MX6SLL)
#include "mx6sll_pins.h"
#elif defined(CONFIG_MX6SL)
#include "mx6sl_pins.h"
#elif defined(CONFIG_MX6SX)
......
This diff is collapsed.
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