M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions
@@ -0,0 +1,10 @@
* MSM Application DSP loader binding
Required properties:
- compatible : "qcom,adsp-loader"
Example:
qcom,msm-adsp-loader {
compatible = "qcom,adsp-loader";
};
@@ -0,0 +1,19 @@
* msm-adsp-sensors
Required properties:
- compatible: "qcom,msm-adsp-sensors"
- qcom,src-id: Master port id
- qcom,dst-id: Slave port id
- qcom,ab: Arbitrated bandwidth in bytes/s
- qcom,ib: Instantaneous bandwidth in bytes/s
Example:
qcom,msm-adsp-sensors {
compatible = "qcom,msm-adsp-sensors";
qcom,src-id = <11>;
qcom,dst-id = <604>;
qcom,ab = <209715200>;
qcom,ib = <471859200>;
};