Skip to content

Commit 3b2a200

Browse files
committed
PENDING: arm64: dts: qcom: monaco: 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 20891a0 commit 3b2a200

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
@@ -455,6 +455,8 @@ dtb-$(CONFIG_ARCH_QCOM) += monaco-camx-el2.dtb
455455

456456
dtb-$(CONFIG_ARCH_QCOM) += monaco-evk-staging.dtbo
457457

458+
dtb-$(CONFIG_ARCH_QCOM) += monaco-staging.dtbo
459+
458460
qcs615-ride-camx-dtbs := qcs615-ride.dtb qcs615-ride-camx.dtbo
459461

460462
dtb-$(CONFIG_ARCH_QCOM) += qcs615-ride-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+
* Monaco 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)