aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Longerbeam <slongerbeam@gmail.com>2016-07-19 21:11:11 -0400
committerPhilipp Zabel <p.zabel@pengutronix.de>2016-08-08 05:44:20 -0400
commit88287ec3f88eb28df2c2db73659b859ff645fc42 (patch)
treedcaa1048232c1b2af5abc9effd19d9a482beef02
parent58e366eb86e9d9e5ba4bc369daa04a8d8418d515 (diff)
gpu: ipu-v3: rename CSI client device
Rename the CSI client device in the client_reg[] table to "imx-ipuv3-csi". Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
-rw-r--r--drivers/gpu/ipu-v3/ipu-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/ipu-v3/ipu-common.c b/drivers/gpu/ipu-v3/ipu-common.c
index d697cd505289..d230988ddb8f 100644
--- a/drivers/gpu/ipu-v3/ipu-common.c
+++ b/drivers/gpu/ipu-v3/ipu-common.c
@@ -1010,14 +1010,14 @@ static struct ipu_platform_reg client_reg[] = {
1010 .dma[0] = IPUV3_CHANNEL_CSI0, 1010 .dma[0] = IPUV3_CHANNEL_CSI0,
1011 .dma[1] = -EINVAL, 1011 .dma[1] = -EINVAL,
1012 }, 1012 },
1013 .name = "imx-ipuv3-camera", 1013 .name = "imx-ipuv3-csi",
1014 }, { 1014 }, {
1015 .pdata = { 1015 .pdata = {
1016 .csi = 1, 1016 .csi = 1,
1017 .dma[0] = IPUV3_CHANNEL_CSI1, 1017 .dma[0] = IPUV3_CHANNEL_CSI1,
1018 .dma[1] = -EINVAL, 1018 .dma[1] = -EINVAL,
1019 }, 1019 },
1020 .name = "imx-ipuv3-camera", 1020 .name = "imx-ipuv3-csi",
1021 }, { 1021 }, {
1022 .pdata = { 1022 .pdata = {
1023 .di = 0, 1023 .di = 0,