ARM: dts: msm: Add SMEM-MAILBOX for kera and tuna.
Change-Id: I5885e9323ceb49c3b25761e64d8cd6f1289e43a8
(cherry picked from commit be8acd4e52
)
This commit is contained in:
committed by
Rohit Jadhav
parent
2f8aa5129a
commit
ca5fb32040
2
Kbuild
2
Kbuild
@@ -37,10 +37,12 @@ endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_TUNA),y)
|
||||
dtbo-y += tuna-ipa.dtbo
|
||||
dtbo-y += tuna-smem-mailbox.dtbo
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_KERA),y)
|
||||
dtbo-y += kera-ipa.dtbo
|
||||
dtbo-y += kera-smem-mailbox.dtbo
|
||||
endif
|
||||
|
||||
always-y := $(dtb-y) $(dtbo-y)
|
||||
|
19
kera-smem-mailbox.dts
Normal file
19
kera-smem-mailbox.dts
Normal file
@@ -0,0 +1,19 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/soc/qcom,ipcc.h>
|
||||
#include <dt-bindings/clock/qcom,rpmh.h>
|
||||
#include "smem-mailbox.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Kera SoC";
|
||||
compatible = "qcom,kera";
|
||||
qcom,msm-id = <659 0x10000>;
|
||||
qcom,board-id = <0 0>;
|
||||
};
|
19
tuna-smem-mailbox.dts
Normal file
19
tuna-smem-mailbox.dts
Normal file
@@ -0,0 +1,19 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/soc/qcom,ipcc.h>
|
||||
#include <dt-bindings/clock/qcom,rpmh.h>
|
||||
#include "smem-mailbox.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Tuna SoC";
|
||||
compatible = "qcom,tuna";
|
||||
qcom,msm-id = <655 0x10000>;
|
||||
qcom,board-id = <0 0>;
|
||||
};
|
Reference in New Issue
Block a user