diff options
author | Sebastian Reichel <sre@kernel.org> | 2014-11-10 17:34:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-14 18:08:19 -0200 |
commit | 98bea620c7ff301f9a7a6c31b2aca30964aa2fab (patch) | |
tree | 1fac557a89bbc8e57a3f2897e095fe5875833196 /include/media/si4713.h | |
parent | c3a5baf452df03e3d571298c86d2ed8638c9d18d (diff) |
[media] si4713: add device tree support
Add device tree support by changing the device registration order.
In the device tree the si4713 node is a normal I2C device, which
will be probed as such. Thus the V4L device must be probed from
the I2C device and not the other way around.
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media/si4713.h')
-rw-r--r-- | include/media/si4713.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/si4713.h b/include/media/si4713.h index f98a0a7af61c..343b8fb50b93 100644 --- a/include/media/si4713.h +++ b/include/media/si4713.h @@ -26,6 +26,7 @@ struct si4713_platform_data { const char * const *supply_names; unsigned supplies; int gpio_reset; /* < 0 if not used */ + bool is_platform_device; }; /* |