We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04bf617 + b066fe8 commit 6964936Copy full SHA for 6964936
1 file changed
arch/arm64/boot/dts/qcom/monaco.dtsi
@@ -7259,6 +7259,35 @@
7259
7260
label = "gpdsp";
7261
qcom,remote-pid = <17>;
7262
+
7263
+ fastrpc {
7264
+ compatible = "qcom,fastrpc";
7265
+ qcom,glink-channels = "fastrpcglink-apps-dsp";
7266
+ label = "gdsp0";
7267
+ #address-cells = <1>;
7268
+ #size-cells = <0>;
7269
7270
+ compute-cb@1 {
7271
+ compatible = "qcom,fastrpc-compute-cb";
7272
+ reg = <1>;
7273
+ iommus = <&apps_smmu 0x28a1 0x0>;
7274
+ dma-coherent;
7275
+ };
7276
7277
+ compute-cb@2 {
7278
7279
+ reg = <2>;
7280
+ iommus = <&apps_smmu 0x28a2 0x0>;
7281
7282
7283
7284
+ compute-cb@3 {
7285
7286
+ reg = <3>;
7287
+ iommus = <&apps_smmu 0x28a3 0x0>;
7288
7289
7290
7291
};
7292
7293
0 commit comments