Skip to content

Commit 20891a0

Browse files
committed
PENDING: arm64: dts: qcom: lemans: add TGU device in staging dtso
Add TGU devices for supporting IPCB feature in staging dtso file. Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
1 parent 47c9a6b commit 20891a0

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,8 @@ dtb-$(CONFIG_ARCH_QCOM) += lemans-camx-el2.dtb
443443

444444
dtb-$(CONFIG_ARCH_QCOM) += lemans-evk-staging.dtbo
445445

446+
dtb-$(CONFIG_ARCH_QCOM) += lemans-staging.dtbo
447+
446448
monaco-evk-camx-dtbs := monaco-evk.dtb monaco-evk-camx.dtbo
447449

448450
dtb-$(CONFIG_ARCH_QCOM) += monaco-evk-camx.dtb
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
/*
3+
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+
*
5+
* Lemans staging overlay - add staging-specific device tree modifications here.
6+
*/
7+
8+
/dts-v1/;
9+
/plugin/;
10+
11+
&soc {
12+
tgu@4b0e000 {
13+
compatible = "qcom,tgu", "arm,primecell";
14+
reg = <0x0 0x4b0e000 0x0 0x1000>;
15+
16+
clocks = <&aoss_qmp>;
17+
clock-names = "apb_pclk";
18+
};
19+
20+
tgu@4b0f000 {
21+
compatible = "qcom,tgu", "arm,primecell";
22+
reg = <0x0 0x4b0f000 0x0 0x1000>;
23+
24+
clocks = <&aoss_qmp>;
25+
clock-names = "apb_pclk";
26+
};
27+
};

0 commit comments

Comments
 (0)