Merge "ARM: dts: msm: Add support KERA + RCM + ORNE"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
0b38d81c90
3
Kbuild
3
Kbuild
@@ -53,7 +53,8 @@ dtbo-y += kera-audio.dtbo \
|
||||
kera-audio-mtp.dtbo \
|
||||
kera-audio-mtp-qmp1000.dtbo \
|
||||
kera-audio-qrd.dtbo \
|
||||
kera-audio-rcm.dtbo
|
||||
kera-audio-rcm.dtbo \
|
||||
kera-audio-rcm-orne.dtbo
|
||||
|
||||
endif
|
||||
|
||||
|
17
kera-audio-rcm-orne.dts
Normal file
17
kera-audio-rcm-orne.dts
Normal 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
13
kera-audio-rcm-orne.dtsi
Normal 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";
|
||||
};
|
Reference in New Issue
Block a user