File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -447,6 +447,10 @@ hamoa-evk-camx-dtbs := hamoa-iot-evk.dtb hamoa-evk-camx.dtbo
447447
448448dtb-$(CONFIG_ARCH_QCOM) += hamoa-evk-camx.dtb
449449
450+ hamoa-camx-el2-dtbs := hamoa-iot-evk-el2.dtb hamoa-evk-camx.dtbo hamoa-camx-el2.dtbo
451+
452+ dtb-$(CONFIG_ARCH_QCOM) += hamoa-camx-el2.dtb
453+
450454lemans-evk-camx-dtbs := lemans-evk.dtb lemans-evk-camx.dtbo
451455
452456dtb-$(CONFIG_ARCH_QCOM) += lemans-evk-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