nv-public:overlay: Change P3762/P3783 sensor badge.

Change Hawk & Owl sensor badge to unique string.

Bug 4573086

Change-Id: I71556bfe1f434bc88f17113e8d9047ba29dcce91
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3104661
Reviewed-by: Praveen AC <pac@nvidia.com>
Reviewed-by: Ankur Pawar <ankurp@nvidia.com>
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Reviewed-by: Shubham Chandra <shubhamc@nvidia.com>
Tested-by: Praveen AC <pac@nvidia.com>
Reviewed-by: Anubhav Rai <arai@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Praveen AC
2024-03-26 14:35:41 +00:00
committed by mobile promotions
parent 1d5af222e5
commit 418dce3580
2 changed files with 26 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
// SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. // SPDX-FileCopyrightText: Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
/* 12 camera module with 4 hawks and 4 Owls /* 12 camera module with 4 hawks and 4 Owls
* HAWK1 - 2 ar0234 cameras - max96712 Aggregator 1 - GMSL0 * HAWK1 - 2 ar0234 cameras - max96712 Aggregator 1 - GMSL0
@@ -1433,7 +1433,7 @@
*/ */
modules { modules {
module0 { module0 {
badge = "owl_bottomleft"; badge = "ar0234_bottomleft_NOVA0";
position = "bottomleft"; position = "bottomleft";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1446,7 +1446,7 @@
}; };
}; };
module1 { module1 {
badge = "owl_centerleft"; badge = "ar0234_centerleft_NOVA0";
position = "centerleft"; position = "centerleft";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1459,7 +1459,7 @@
}; };
}; };
module2 { module2 {
badge = "owl_centerright"; badge = "ar0234_centerright_NOVA0";
position = "centerright"; position = "centerright";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1470,7 +1470,7 @@
}; };
}; };
module3 { module3 {
badge = "owl_topleft"; badge = "ar0234_topleft_NOVA0";
position = "topleft"; position = "topleft";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1481,7 +1481,7 @@
}; };
}; };
module4 { module4 {
badge = "hawk_bottomright"; badge = "ar0234_bottomright_NOVA0";
position = "bottomright"; position = "bottomright";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1492,7 +1492,7 @@
}; };
}; };
module5 { module5 {
badge = "hawk_topright"; badge = "ar0234_topright_NOVA0";
position = "topright"; position = "topright";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1503,7 +1503,7 @@
}; };
}; };
module6 { module6 {
badge = "hawk_bottomcenter"; badge = "ar0234_bottomcenter_NOVA0";
position = "bottomcenter"; position = "bottomcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1514,7 +1514,7 @@
}; };
}; };
module7 { module7 {
badge = "hawk_topcenter"; badge = "ar0234_topcenter_NOVA0";
position = "topcenter"; position = "topcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1525,7 +1525,7 @@
}; };
}; };
module8 { module8 {
badge = "hawk_frontcenter"; badge = "ar0234_frontcenter_NOVA0";
position = "frontcenter"; position = "frontcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1536,7 +1536,7 @@
}; };
}; };
module9 { module9 {
badge = "hawk_rearcenter"; badge = "ar0234_rearcenter_NOVA0";
position = "rearcenter"; position = "rearcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1547,7 +1547,7 @@
}; };
}; };
module10 { module10 {
badge = "hawk_leftcenter"; badge = "ar0234_leftcenter_NOVA0";
position = "leftcenter"; position = "leftcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1558,7 +1558,7 @@
}; };
}; };
module11 { module11 {
badge = "hawk_rightcenter"; badge = "ar0234_rightcenter_NOVA0";
position = "rightcenter"; position = "rightcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
// SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. // SPDX-FileCopyrightText: Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
/* 12 camera module with 4 hawks and 4 Owls /* 12 camera module with 4 hawks and 4 Owls
* HAWK1 - 2 ar0234 cameras - max96712 Aggregator 1 - GMSL0 * HAWK1 - 2 ar0234 cameras - max96712 Aggregator 1 - GMSL0
@@ -1433,7 +1433,7 @@
*/ */
modules { modules {
module0 { module0 {
badge = "owl_bottomleft"; badge = "ar0234_bottomleft_NOVA0";
position = "bottomleft"; position = "bottomleft";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1445,7 +1445,7 @@
}; };
}; };
module1 { module1 {
badge = "owl_centerleft"; badge = "ar0234_centerleft_NOVA0";
position = "centerleft"; position = "centerleft";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1457,7 +1457,7 @@
}; };
}; };
module2 { module2 {
badge = "owl_centerright"; badge = "ar0234_centerright_NOVA0";
position = "centerright"; position = "centerright";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1468,7 +1468,7 @@
}; };
}; };
module3 { module3 {
badge = "owl_topleft"; badge = "ar0234_topleft_NOVA0";
position = "topleft"; position = "topleft";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1479,7 +1479,7 @@
}; };
}; };
module4 { module4 {
badge = "hawk_bottomright"; badge = "ar0234_bottomright_NOVA0";
position = "bottomright"; position = "bottomright";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1490,7 +1490,7 @@
}; };
}; };
module5 { module5 {
badge = "hawk_topright"; badge = "ar0234_topright_NOVA0";
position = "topright"; position = "topright";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1501,7 +1501,7 @@
}; };
}; };
module6 { module6 {
badge = "hawk_bottomcenter"; badge = "ar0234_bottomcenter_NOVA0";
position = "bottomcenter"; position = "bottomcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1512,7 +1512,7 @@
}; };
}; };
module7 { module7 {
badge = "hawk_topcenter"; badge = "ar0234_topcenter_NOVA0";
position = "topcenter"; position = "topcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1523,7 +1523,7 @@
}; };
}; };
module8 { module8 {
badge = "hawk_frontcenter"; badge = "ar0234_frontcenter_NOVA0";
position = "frontcenter"; position = "frontcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1534,7 +1534,7 @@
}; };
}; };
module9 { module9 {
badge = "hawk_rearcenter"; badge = "ar0234_rearcenter_NOVA0";
position = "rearcenter"; position = "rearcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1545,7 +1545,7 @@
}; };
}; };
module10 { module10 {
badge = "hawk_leftcenter"; badge = "ar0234_leftcenter_NOVA0";
position = "leftcenter"; position = "leftcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";
@@ -1556,7 +1556,7 @@
}; };
}; };
module11 { module11 {
badge = "hawk_rightcenter"; badge = "ar0234_rightcenter_NOVA0";
position = "rightcenter"; position = "rightcenter";
orientation = "1"; orientation = "1";
status = "okay"; status = "okay";