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

This commit is contained in:
QCTECMDR Service
2025-02-28 08:42:55 -08:00
committed by Gerrit - the friendly Code Review server
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";
};