Commit 88287ec3 authored by Steve Longerbeam's avatar Steve Longerbeam Committed by Philipp Zabel

gpu: ipu-v3: rename CSI client device

Rename the CSI client device in the client_reg[] table to
"imx-ipuv3-csi".
Signed-off-by: default avatarSteve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent 58e366eb
...@@ -1010,14 +1010,14 @@ static struct ipu_platform_reg client_reg[] = { ...@@ -1010,14 +1010,14 @@ static struct ipu_platform_reg client_reg[] = {
.dma[0] = IPUV3_CHANNEL_CSI0, .dma[0] = IPUV3_CHANNEL_CSI0,
.dma[1] = -EINVAL, .dma[1] = -EINVAL,
}, },
.name = "imx-ipuv3-camera", .name = "imx-ipuv3-csi",
}, { }, {
.pdata = { .pdata = {
.csi = 1, .csi = 1,
.dma[0] = IPUV3_CHANNEL_CSI1, .dma[0] = IPUV3_CHANNEL_CSI1,
.dma[1] = -EINVAL, .dma[1] = -EINVAL,
}, },
.name = "imx-ipuv3-camera", .name = "imx-ipuv3-csi",
}, { }, {
.pdata = { .pdata = {
.di = 0, .di = 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment