From fe6d0617eb326c1299a9e05e76609297cf3dc31a Mon Sep 17 00:00:00 2001 From: Kirill Artamonov Date: Mon, 23 Oct 2023 15:15:50 +0300 Subject: [PATCH] soc: tegra: fix camrtc isp naming Use ISP_UNIT_ISP1 to refer to second ISP. Jira CT26X-440 Signed-off-by: Kirill Artamonov Change-Id: Icdaf81702c00f0a9223bb843ce82937f06fc3e0d Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3002368 Tested-by: mobile promotions Reviewed-by: mobile promotions --- include/soc/tegra/camrtc-capture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/soc/tegra/camrtc-capture.h b/include/soc/tegra/camrtc-capture.h index 7f318394..fd1a8ff4 100644 --- a/include/soc/tegra/camrtc-capture.h +++ b/include/soc/tegra/camrtc-capture.h @@ -324,7 +324,7 @@ typedef struct syncpoint_info { /** ISP unit 0 */ #define ISP_UNIT_ISP MK_U32(0x0000) /** ISP unit 1 */ -#define ISP_UNIT_ISP2 MK_U32(0x0001) +#define ISP_UNIT_ISP1 MK_U32(0x0001) /**@}*/ #define VI_NUM_GOS_TABLES MK_U32(12)