diff --git a/Kbuild b/Kbuild index 063f5400..2995f6c5 100644 --- a/Kbuild +++ b/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 diff --git a/kera-audio-rcm-orne.dts b/kera-audio-rcm-orne.dts new file mode 100644 index 00000000..5ea555a6 --- /dev/null +++ b/kera-audio-rcm-orne.dts @@ -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>; +}; diff --git a/kera-audio-rcm-orne.dtsi b/kera-audio-rcm-orne.dtsi new file mode 100644 index 00000000..62b7ef32 --- /dev/null +++ b/kera-audio-rcm-orne.dtsi @@ -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"; +};