Files
android_kernel_samsung_sm87…/msm-audio-lpass.dtsi
Eric Rosas 391017c2ec dt-bindings: Check in pineapple and sun dt files
Initial check in of pineapple and sun dt files on
new branch.

Signed-off-by: Eric Rosas <quic_erosas@quicinc.com>
Change-Id: I8332884d94e2f2c52113f2630d66c79def470004
2023-09-08 16:35:11 -07:00

28 lines
610 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
stub_codec: qcom,msm-stub-codec {
compatible = "qcom,msm-stub-codec";
};
audio_pkt_core_platform: qcom,audio-pkt-core-platform {
compatible = "qcom,audio-pkt-core-platform";
};
adsp_loader: qcom,msm-adsp-loader {
status = "disabled";
compatible = "qcom,adsp-loader";
qcom,rproc-handle = <&adsp_pas>;
qcom,adsp-state = <0>;
};
adsp_notify: qcom,msm-adsp-notify {
status = "ok";
compatible = "qcom,adsp-notify";
qcom,rproc-handle = <&adsp_pas>;
};
};