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>
This commit is contained in:
parent
58e366eb86
commit
88287ec3f8
|
@ -1010,14 +1010,14 @@ static struct ipu_platform_reg client_reg[] = {
|
|||
.dma[0] = IPUV3_CHANNEL_CSI0,
|
||||
.dma[1] = -EINVAL,
|
||||
},
|
||||
.name = "imx-ipuv3-camera",
|
||||
.name = "imx-ipuv3-csi",
|
||||
}, {
|
||||
.pdata = {
|
||||
.csi = 1,
|
||||
.dma[0] = IPUV3_CHANNEL_CSI1,
|
||||
.dma[1] = -EINVAL,
|
||||
},
|
||||
.name = "imx-ipuv3-camera",
|
||||
.name = "imx-ipuv3-csi",
|
||||
}, {
|
||||
.pdata = {
|
||||
.di = 0,
|
||||
|
|
Loading…
Reference in New Issue