mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 01:08:13 -04:00
pinctrl: qcom: Remove unused macro definitions
The macros QUP_I3C and UFS_RESET are defined in some platforms and yet not used. Remove these macros as they are unnecessary. Signed-off-by: Navya Malempati <navya.malempati@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
committed by
Linus Walleij
parent
32b515861e
commit
40fcc5ac4c
@@ -100,12 +100,6 @@
|
||||
.intr_detection_width = -1, \
|
||||
}
|
||||
|
||||
#define QUP_I3C(qup_mode, qup_offset) \
|
||||
{ \
|
||||
.mode = qup_mode, \
|
||||
.offset = qup_offset, \
|
||||
}
|
||||
|
||||
#define QUP_I3C_6_MODE_OFFSET 0xaf000
|
||||
#define QUP_I3C_7_MODE_OFFSET 0xb0000
|
||||
#define QUP_I3C_13_MODE_OFFSET 0xb1000
|
||||
|
||||
@@ -75,30 +75,6 @@
|
||||
.intr_detection_width = -1, \
|
||||
}
|
||||
|
||||
#define UFS_RESET(pg_name, offset) \
|
||||
{ \
|
||||
.grp = PINCTRL_PINGROUP(#pg_name, \
|
||||
pg_name##_pins, \
|
||||
ARRAY_SIZE(pg_name##_pins)), \
|
||||
.ctl_reg = offset, \
|
||||
.io_reg = offset + 0x4, \
|
||||
.intr_cfg_reg = 0, \
|
||||
.intr_status_reg = 0, \
|
||||
.mux_bit = -1, \
|
||||
.pull_bit = 3, \
|
||||
.drv_bit = 0, \
|
||||
.oe_bit = -1, \
|
||||
.in_bit = -1, \
|
||||
.out_bit = 0, \
|
||||
.intr_enable_bit = -1, \
|
||||
.intr_status_bit = -1, \
|
||||
.intr_target_bit = -1, \
|
||||
.intr_raw_status_bit = -1, \
|
||||
.intr_polarity_bit = -1, \
|
||||
.intr_detection_bit = -1, \
|
||||
.intr_detection_width = -1, \
|
||||
}
|
||||
|
||||
static const struct pinctrl_pin_desc qdu1000_pins[] = {
|
||||
PINCTRL_PIN(0, "GPIO_0"),
|
||||
PINCTRL_PIN(1, "GPIO_1"),
|
||||
|
||||
@@ -101,12 +101,6 @@
|
||||
.intr_detection_width = -1, \
|
||||
}
|
||||
|
||||
#define QUP_I3C(qup_mode, qup_offset) \
|
||||
{ \
|
||||
.mode = qup_mode, \
|
||||
.offset = qup_offset, \
|
||||
}
|
||||
|
||||
#define QUP_I3C_6_MODE_OFFSET 0xAF000
|
||||
#define QUP_I3C_7_MODE_OFFSET 0xB0000
|
||||
#define QUP_I3C_13_MODE_OFFSET 0xB1000
|
||||
|
||||
Reference in New Issue
Block a user