mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
soc: tegra: fix camrtc isp naming
Use ISP_UNIT_ISP1 to refer to second ISP. Jira CT26X-440 Signed-off-by: Kirill Artamonov <kartamonov@nvidia.com> Change-Id: Icdaf81702c00f0a9223bb843ce82937f06fc3e0d Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3002368 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
8b7212a186
commit
fe6d0617eb
@@ -324,7 +324,7 @@ typedef struct syncpoint_info {
|
|||||||
/** ISP unit 0 */
|
/** ISP unit 0 */
|
||||||
#define ISP_UNIT_ISP MK_U32(0x0000)
|
#define ISP_UNIT_ISP MK_U32(0x0000)
|
||||||
/** ISP unit 1 */
|
/** 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)
|
#define VI_NUM_GOS_TABLES MK_U32(12)
|
||||||
|
|||||||
Reference in New Issue
Block a user