mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 21:11:47 +07:00
9a01be1715
Move the pin control state defines into its own header file, since it is used both by machine.h which is facing the platform and by consumer.h which is facing the drivers, and pinctrl.h which is pinctrl-driver internal, let's not have each and every .h file include all others, then isolation is moot. Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
7 lines
124 B
C
7 lines
124 B
C
/*
|
|
* Standard pin control state definitions
|
|
*/
|
|
|
|
#define PINCTRL_STATE_DEFAULT "default"
|
|
#define PINCTRL_STATE_IDLE "idle"
|