Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,