Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4887f7b4 authored by Uri Shkolnik's avatar Uri Shkolnik Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11886): Siano: smscore - fix some new GPIO definitions names



Fix some definitions' names, in order to emphasize the names

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 7c4ca79f
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -580,10 +580,10 @@ struct smscore_gpio_config {
#define SMS_GPIO_DIRECTION_OUTPUT 1
	u8 Direction;

#define SMS_GPIO_PULLUPDOWN_NONE     0
#define SMS_GPIO_PULLUPDOWN_PULLDOWN 1
#define SMS_GPIO_PULLUPDOWN_PULLUP   2
#define SMS_GPIO_PULLUPDOWN_KEEPER   3
#define SMS_GPIO_PULL_UP_DOWN_NONE     0
#define SMS_GPIO_PULL_UP_DOWN_PULLDOWN 1
#define SMS_GPIO_PULL_UP_DOWN_PULLUP   2
#define SMS_GPIO_PULL_UP_DOWN_KEEPER   3
	u8 PullUpDown;

#define SMS_GPIO_INPUT_CHARACTERISTICS_NORMAL  0
@@ -612,7 +612,6 @@ struct smscore_gpio_config {
#define SMS_GPIO_OUTPUT_DRIVING_10mA		4 /* 11xx */
#define SMS_GPIO_OUTPUT_DRIVING_11mA		5 /* 11xx */
#define SMS_GPIO_OUTPUT_DRIVING_14mA		6 /* 11xx */
#undef SMS_GPIO_OUTPUT_DRIVING_16mA
#define SMS_GPIO_OUTPUT_DRIVING_16mA		7 /* 11xx */
	u8 OutputDriving;
};