ARM: dts: msm: Add support KERA + RCM + ORNE

Add support for RCM KERA device with Orne.

Change-Id: I1b1878fee4d5f662dc011fe76bdba3f6950d42f7
Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
This commit is contained in:
Ravulapati Vishnu Vardhan Rao
2025-02-13 12:56:41 +05:30
committed by Vishnuvardhan Rao Ravulapati
parent aebcf7088a
commit 54e16fa76d
3 changed files with 32 additions and 1 deletions

3
Kbuild
View File

@@ -53,7 +53,8 @@ dtbo-y += kera-audio.dtbo \
kera-audio-mtp.dtbo \ kera-audio-mtp.dtbo \
kera-audio-mtp-qmp1000.dtbo \ kera-audio-mtp-qmp1000.dtbo \
kera-audio-qrd.dtbo \ kera-audio-qrd.dtbo \
kera-audio-rcm.dtbo kera-audio-rcm.dtbo \
kera-audio-rcm-orne.dtbo
endif endif

17
kera-audio-rcm-orne.dts Normal file
View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "kera-audio-rcm-orne.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Kuna RCM+ORNE";
compatible = "qcom,kera-rcm", "qcom,kera", "qcom,kerap-rcm", "qcom,kerap",
"qcom,rcm";
qcom,msm-id = <686 0x10000>, <659 0x10000>;
qcom,board-id = <0x10015 0>, <0x20015 0>, <0x30015 0>, <0x30015 1>,
<0x10015 1>, <0x20015 1>;
};

13
kera-audio-rcm-orne.dtsi Normal file
View File

@@ -0,0 +1,13 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "kera-audio-cdp.dtsi"
&lpass_bt_swr {
status = "okay";
};