Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] v4l: ti-vpe: Rename csc memory resource name

Rename the memory block resource "vpe_csc" to "csc" since it also exists within
the VIP IP block. This would make the name more generic, and both VPE and VIP DT
nodes in the future can use it.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

authored by

Archit Taneja and committed by
Mauro Carvalho Chehab
536954f1 2ef114f6

+1 -1
+1 -1
drivers/media/platform/ti-vpe/csc.c
··· 180 180 csc->pdev = pdev; 181 181 182 182 csc->res = platform_get_resource_byname(pdev, IORESOURCE_MEM, 183 - "vpe_csc"); 183 + "csc"); 184 184 if (csc->res == NULL) { 185 185 dev_err(&pdev->dev, "missing platform resources data\n"); 186 186 return ERR_PTR(-ENODEV);