Skip to content

Commit 73952c8

Browse files
authored
Enable IPCB on KLMT (#459)
Enable IPCB on KLMT
2 parents 9d7a2f3 + b0cc77c commit 73952c8

5 files changed

Lines changed: 100 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/Makefile

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

451451
dtb-$(CONFIG_ARCH_QCOM) += lemans-evk-staging.dtbo
452452

453+
dtb-$(CONFIG_ARCH_QCOM) += lemans-staging.dtbo
454+
453455
monaco-evk-camx-dtbs := monaco-evk.dtb monaco-evk-camx.dtbo
454456

455457
dtb-$(CONFIG_ARCH_QCOM) += monaco-evk-camx.dtb
@@ -460,6 +462,8 @@ dtb-$(CONFIG_ARCH_QCOM) += monaco-camx-el2.dtb
460462

461463
dtb-$(CONFIG_ARCH_QCOM) += monaco-evk-staging.dtbo
462464

465+
dtb-$(CONFIG_ARCH_QCOM) += monaco-staging.dtbo
466+
463467
qcs615-ride-camx-dtbs := qcs615-ride.dtb qcs615-ride-camx.dtbo
464468

465469
dtb-$(CONFIG_ARCH_QCOM) += qcs615-ride-camx.dtb
@@ -494,3 +498,7 @@ dtb-$(CONFIG_ARCH_QCOM) += sa8775p-ride-r3-camx.dtb
494498
talos-evk-camx-dtbs := talos-evk.dtb talos-evk-camx.dtbo
495499

496500
dtb-$(CONFIG_ARCH_QCOM) += talos-evk-camx.dtb
501+
502+
dtb-$(CONFIG_ARCH_QCOM) += talos-staging.dtbo
503+
504+
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+
};
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+
};
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+
};
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)