Skip to content

Commit daed243

Browse files
authored
arm64: dts: qcom: add Purwa CAMX EL2 overlay (#610)
arm64: dts: qcom: add Purwa CAMX EL2 overlay
2 parents 00f2fb9 + 082c437 commit daed243

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
@@ -479,6 +479,10 @@ purwa-evk-camx-dtbs := purwa-iot-evk.dtb purwa-evk-camx.dtbo
479479

480480
dtb-$(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+
482486
qcs5430-fps-camx-dtbs := qcs6490-rb3gen2.dtb qcs5430-fps-camx.dtbo
483487

484488
dtb-$(CONFIG_ARCH_QCOM) += qcs5430-fps-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)