File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -479,6 +479,10 @@ purwa-evk-camx-dtbs := purwa-iot-evk.dtb purwa-evk-camx.dtbo
479479
480480dtb-$(CONFIG_ARCH_QCOM) += purwa-evk-camx.dtb
481481
482+ purwa-camx-el2-dtbs := purwa-iot-evk-el2.dtb purwa-evk-camx.dtbo purwa-camx-el2.dtbo
483+
484+ dtb-$(CONFIG_ARCH_QCOM) += purwa-camx-el2.dtb
485+
482486qcs5430-fps-camx-dtbs := qcs6490-rb3gen2.dtb qcs5430-fps-camx.dtbo
483487
484488dtb-$(CONFIG_ARCH_QCOM) += qcs5430-fps-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-icp";
12+ __overlay__ {
13+ camera-firmware {
14+ iommus = <&apps_smmu 0x1901 0x0>;
15+ };
16+ };
17+ };
18+ };
You can’t perform that action at this time.
0 commit comments