File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -416,6 +416,10 @@ monaco-evk-camx-dtbs := monaco-evk.dtb monaco-evk-camx.dtbo
416416
417417dtb-$(CONFIG_ARCH_QCOM) += monaco-evk-camx.dtb
418418
419+ monaco-camx-el2-dtbs := monaco-evk-el2.dtb monaco-evk-camx.dtbo monaco-camx-el2.dtbo
420+
421+ dtb-$(CONFIG_ARCH_QCOM) += monaco-camx-el2.dtb
422+
419423qcs615-ride-camx-dtbs := qcs615-ride.dtb qcs615-ride-camx.dtbo
420424
421425dtb-$(CONFIG_ARCH_QCOM) += qcs615-ride-camx.dtb
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: BSD-3-Clause
2+ /*
3+ * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+ */
5+
6+ /dts-v1/;
7+ /plugin/;
8+
9+ / {
10+ fragment@0 {
11+ target-path = "/soc@0/qcom,cam-cpas";
12+ __overlay__ {
13+ enable-secure-qos-update = <0>;
14+ };
15+ };
16+
17+ fragment@1 {
18+ target-path = "/soc@0/qcom,cam-icp";
19+ __overlay__ {
20+ camera-firmware {
21+ iommus = <&apps_smmu 0x08c1 0x0400>;
22+ };
23+ };
24+ };
25+ };
You can’t perform that action at this time.
0 commit comments