mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 14:06:07 -04:00
mx35 iomux: Remove unused macro
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Stefano Babic <sbabic@denx.de> Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
4311c1ab6a
commit
e23ee5674a
@ -44,8 +44,6 @@ enum iomux_reg_addr {
|
|||||||
#define MUX_INPUT_NUM_MUX \
|
#define MUX_INPUT_NUM_MUX \
|
||||||
(((IOMUXSW_INPUT_END - IOMUXSW_INPUT_CTL) >> 2) + 1)
|
(((IOMUXSW_INPUT_END - IOMUXSW_INPUT_CTL) >> 2) + 1)
|
||||||
|
|
||||||
#define PIN_TO_IOMUX_INDEX(pin) ((PIN_TO_IOMUX_PAD(pin) - 0x328) >> 2)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Request ownership for an IO pin. This function has to be the first one
|
* Request ownership for an IO pin. This function has to be the first one
|
||||||
* being called before that pin is used.
|
* being called before that pin is used.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user