-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dmitry Perchanov <[email protected]>
- Loading branch information
Showing
4 changed files
with
883 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,18 +5,19 @@ Subject: [PATCH] overlay: enable d4xx camera for Orin jp6 | |
|
||
Signed-off-by: Dmitry Perchanov <[email protected]> | ||
--- | ||
overlay/Makefile | 1 + | ||
1 file changed, 1 insertion(+) | ||
overlay/Makefile | 2 ++ | ||
1 file changed, 2 insertion(+) | ||
|
||
diff --git a/overlay/Makefile b/overlay/Makefile | ||
index c88bbe2..3f6354e 100644 | ||
--- a/overlay/Makefile | ||
+++ b/overlay/Makefile | ||
@@ -60,6 +60,7 @@ dtbo-y += tegra234-p3767-camera-p3768-imx219-A.dtbo | ||
@@ -60,6 +60,8 @@ dtbo-y += tegra234-p3767-camera-p3768-imx219-A.dtbo | ||
dtbo-y += tegra234-p3767-camera-p3768-imx219-imx477.dtbo | ||
dtbo-y += tegra234-p3767-camera-p3768-imx477-C.dtbo | ||
dtbo-y += tegra234-p3767-camera-p3768-imx477-A.dtbo | ||
+dtbo-y += tegra234-camera-d4xx-overlay.dtbo | ||
+dtbo-y += tegra234-camera-d4xx-overlay-dual.dtbo | ||
|
||
ifneq ($(dtb-y),) | ||
dtb-y := $(addprefix $(makefile-path)/,$(dtb-y)) | ||
|
Oops, something went wrong.