diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-07-27 17:20:29 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-09 16:45:26 +0200 |
commit | 7ec2c0f72cb1199c97d92b97b4bfc9978a0ea791 (patch) | |
tree | 255ff95f1536697d366b79917a28bc64c8791f1c /drivers/media/platform/Makefile | |
parent | media: dt-bindings: media: Add Amlogic Meson AO-CEC bindings (diff) | |
download | linux-7ec2c0f72cb1199c97d92b97b4bfc9978a0ea791.tar.xz linux-7ec2c0f72cb1199c97d92b97b4bfc9978a0ea791.zip |
media: platform: Add Amlogic Meson AO CEC Controller driver
The Amlogic SoC embeds a standalone CEC controller, this patch adds a driver
for such controller.
The controller does not need HPD to be active, and could support up to max
5 logical addresses, but only 1 is handled since the Suspend firmware can
make use of this unique logical address to wake up the device.
The Suspend firmware configuration will be added in an other patchset.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
[hans.verkuil@cisco.com:s/if (ret)/if (res)/ to fix obvious typo]
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/Makefile')
-rw-r--r-- | drivers/media/platform/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/platform/Makefile b/drivers/media/platform/Makefile index 9beadc760467..a52d7b62292d 100644 --- a/drivers/media/platform/Makefile +++ b/drivers/media/platform/Makefile @@ -86,3 +86,5 @@ obj-$(CONFIG_VIDEO_MEDIATEK_MDP) += mtk-mdp/ obj-$(CONFIG_VIDEO_MEDIATEK_JPEG) += mtk-jpeg/ obj-$(CONFIG_VIDEO_QCOM_VENUS) += qcom/venus/ + +obj-y += meson/ |