Skip to content

Commit 47c9a6b

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

2 files changed

Lines changed: 21 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
@@ -487,3 +487,5 @@ dtb-$(CONFIG_ARCH_QCOM) += sa8775p-ride-r3-camx.dtb
487487
talos-evk-camx-dtbs := talos-evk.dtb talos-evk-camx.dtbo
488488

489489
dtb-$(CONFIG_ARCH_QCOM) += talos-evk-camx.dtb
490+
491+
dtb-$(CONFIG_ARCH_QCOM) += talos-staging.dtbo
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
/*
3+
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+
*
5+
* Talos staging overlay - add staging-specific device tree modifications here.
6+
*/
7+
8+
/dts-v1/;
9+
/plugin/;
10+
11+
&soc {
12+
tgu@6b0c000 {
13+
compatible = "qcom,tgu", "arm,primecell";
14+
reg = <0x0 0x6b0c000 0x0 0x1000>;
15+
16+
clocks = <&aoss_qmp>;
17+
clock-names = "apb_pclk";
18+
};
19+
};

0 commit comments

Comments
 (0)