Skip to content

Commit b0cc77c

Browse files
committed
PENDING: arm64: dts: qcom: kodiak: 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 3b2a200 commit b0cc77c

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
@@ -493,3 +493,5 @@ talos-evk-camx-dtbs := talos-evk.dtb talos-evk-camx.dtbo
493493
dtb-$(CONFIG_ARCH_QCOM) += talos-evk-camx.dtb
494494

495495
dtb-$(CONFIG_ARCH_QCOM) += talos-staging.dtbo
496+
497+
dtb-$(CONFIG_ARCH_QCOM) += kodiak-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+
* Kodiak staging overlay - add staging-specific device tree modifications here.
6+
*/
7+
8+
/dts-v1/;
9+
/plugin/;
10+
11+
&soc {
12+
tgu@6b0e000 {
13+
compatible = "qcom,tgu", "arm,primecell";
14+
reg = <0x0 0x6b0e000 0x0 0x1000>;
15+
16+
clocks = <&aoss_qmp>;
17+
clock-names = "apb_pclk";
18+
};
19+
};

0 commit comments

Comments
 (0)