summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/siano/smscoreapi.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2013-03-06 07:09:54 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 07:10:06 -0300
commitf82757d912b916348976c464ddc80539d89c851d (patch)
treea395c56fc5c35791bbbc43b8b336973e14ac5c59 /drivers/media/common/siano/smscoreapi.h
parent0ea21a524070f17f0bc06aafd43a2efaa0940d8f (diff)
downloadop-kernel-dev-f82757d912b916348976c464ddc80539d89c851d.zip
op-kernel-dev-f82757d912b916348976c464ddc80539d89c851d.tar.gz
[media] siano: Change GPIO voltage setting names
Siano changed the namespace on more recent API, and re-used some of the old names. In order to be able to update the API to support newer chips, the better is to follow this change. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/siano/smscoreapi.h')
-rw-r--r--drivers/media/common/siano/smscoreapi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/common/siano/smscoreapi.h b/drivers/media/common/siano/smscoreapi.h
index c592ae0..a6d29a2 100644
--- a/drivers/media/common/siano/smscoreapi.h
+++ b/drivers/media/common/siano/smscoreapi.h
@@ -642,10 +642,10 @@ struct smscore_config_gpio {
#define SMS_GPIO_OUTPUTSLEWRATE_SLOW 1
u8 outputslewrate;
-#define SMS_GPIO_OUTPUTDRIVING_4mA 0
-#define SMS_GPIO_OUTPUTDRIVING_8mA 1
-#define SMS_GPIO_OUTPUTDRIVING_12mA 2
-#define SMS_GPIO_OUTPUTDRIVING_16mA 3
+#define SMS_GPIO_OUTPUTDRIVING_S_4mA 0
+#define SMS_GPIO_OUTPUTDRIVING_S_8mA 1
+#define SMS_GPIO_OUTPUTDRIVING_S_12mA 2
+#define SMS_GPIO_OUTPUTDRIVING_S_16mA 3
u8 outputdriving;
};
OpenPOWER on IntegriCloud