diff options
author | Thierry Reding <treding@nvidia.com> | 2013-09-02 07:48:53 (GMT) |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-19 08:29:43 (GMT) |
commit | 4de6a2d6acb0e2a840f07db17def7e674b9d2bb4 (patch) | |
tree | 96ebf1d9a23ad135d8c7ae5667af8f7ebf99d5e4 /drivers/gpu/host1x/Makefile | |
parent | 4c48140aaa38e4da44a2fcfe50c476208904fdd3 (diff) | |
download | linux-4de6a2d6acb0e2a840f07db17def7e674b9d2bb4.tar.xz |
gpu: host1x: Add MIPI pad calibration support
This driver adds support to perform calibration of the MIPI pads for CSI
and DSI.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/Makefile')
-rw-r--r-- | drivers/gpu/host1x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/host1x/Makefile b/drivers/gpu/host1x/Makefile index afa1e9e..de305c2 100644 --- a/drivers/gpu/host1x/Makefile +++ b/drivers/gpu/host1x/Makefile @@ -7,6 +7,7 @@ host1x-y = \ channel.o \ job.o \ debug.o \ + mipi.o \ hw/host1x01.o \ hw/host1x02.o |