Re: [PATCH] arm64: dts: monaco: extend fastrpc compute cb
From: Srinivas Kandagatla
Date: Thu Mar 26 2026 - 11:50:11 EST
On 3/26/26 1:24 PM, Bjorn Andersson wrote:
> On Thu, Mar 26, 2026 at 12:58:34PM +0000, Srinivas Kandagatla wrote:
>> diff --git a/arch/arm64/boot/dts/qcom/monaco.dtsi b/arch/arm64/boot/dts/qcom/monaco.dtsi
> [..]
>> +
>> + compute-cb@b {
>
> That doesn't match the patternProperties "(compute-)?cb@[0-9]*$".
>
> Is the reg an index, or an "address"? Should we use base 10, or should
> we fix the yaml?
Ah.. sorry for this, will fix this in next spin,
--srini
>
> Regards,
> Bjorn
>
>> + compatible = "qcom,fastrpc-compute-cb";
>> + reg = <0xb>;
>> + iommus = <&apps_smmu 0x19cb 0x0400>;
>> + dma-coherent;
>> + };
>> +
>> + compute-cb@c {
>> + compatible = "qcom,fastrpc-compute-cb";
>> + reg = <0xc>;
>> + iommus = <&apps_smmu 0x19cc 0x000>;
>> + dma-coherent;
>> + };
>> };
>> };
>> };
>> --
>> 2.47.3
>>