Skip to content

Commit d04f5a2

Browse files
authored
arm64: dts: qcom: add hamoa CAMX EL2 overlay (#587)
arm64: dts: qcom: add hamoa CAMX EL2 overlay
2 parents 0136c1e + a811112 commit d04f5a2

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,10 @@ hamoa-evk-camx-dtbs := hamoa-iot-evk.dtb hamoa-evk-camx.dtbo
447447

448448
dtb-$(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+
450454
lemans-evk-camx-dtbs := lemans-evk.dtb lemans-evk-camx.dtbo
451455

452456
dtb-$(CONFIG_ARCH_QCOM) += lemans-evk-camx.dtb
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
};

0 commit comments

Comments
 (0)