Skip to content

Commit 66b6133

Browse files
committed
QCLINUX: 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 367314f commit 66b6133

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

arch/arm64/boot/dts/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ talos-evk-lvds-auo,g133han01-dtbs := \
361361
talos-evk.dtb talos-evk-lvds-auo,g133han01.dtbo
362362
dtb-$(CONFIG_ARCH_QCOM) += talos-evk-camera-imx577.dtb
363363
dtb-$(CONFIG_ARCH_QCOM) += talos-evk-lvds-auo,g133han01.dtb
364+
dtbo-$(CONFIG_ARCH_QCOM) += talos-staging.dtbo
364365
x1e001de-devkit-el2-dtbs := x1e001de-devkit.dtb x1-el2.dtbo
365366
dtb-$(CONFIG_ARCH_QCOM) += x1e001de-devkit.dtb x1e001de-devkit-el2.dtb
366367
x1e78100-lenovo-thinkpad-t14s-el2-dtbs := x1e78100-lenovo-thinkpad-t14s.dtb x1-el2.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)