mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
pinctrl: jasperlake: Replace JSL_COMMUNITY() by INTEL_COMMUNITY_GPPS()
Use INTEL_COMMUNITY_GPPS() common macro instead custom JSL_COMMUNITY(). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
This commit is contained in:
parent
3df5f0043d
commit
6ab57fb3f1
@ -29,18 +29,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define JSL_COMMUNITY(b, s, e, g) \
|
#define JSL_COMMUNITY(b, s, e, g) \
|
||||||
{ \
|
INTEL_COMMUNITY_GPPS(b, s, e, g, JSL)
|
||||||
.barno = (b), \
|
|
||||||
.padown_offset = JSL_PAD_OWN, \
|
|
||||||
.padcfglock_offset = JSL_PADCFGLOCK, \
|
|
||||||
.hostown_offset = JSL_HOSTSW_OWN, \
|
|
||||||
.is_offset = JSL_GPI_IS, \
|
|
||||||
.ie_offset = JSL_GPI_IE, \
|
|
||||||
.pin_base = (s), \
|
|
||||||
.npins = ((e) - (s) + 1), \
|
|
||||||
.gpps = (g), \
|
|
||||||
.ngpps = ARRAY_SIZE(g), \
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Jasper Lake */
|
/* Jasper Lake */
|
||||||
static const struct pinctrl_pin_desc jsl_pins[] = {
|
static const struct pinctrl_pin_desc jsl_pins[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user