Re: [PATCH v3] arm64: dts: qcom: x1e80100: Add crypto engine

From: Konrad Dybcio

Date: Fri Dec 05 2025 - 05:33:04 EST


On 12/5/25 11:28 AM, Harshal Dev wrote:
> Hi Konrad,
>
> On 12/4/2025 7:14 PM, Konrad Dybcio wrote:
>> On 11/27/25 10:43 AM, Harshal Dev wrote:
>>> On X Elite, there is a crypto engine IP block similar to ones found on
>>> SM8x50 platforms.
>>>
>>> Describe the crypto engine and its BAM.
>>>
>>> Signed-off-by: Harshal Dev <harshal.dev@xxxxxxxxxxxxxxxx>
>>> ---

[...]

>>> + crypto: crypto@1dfa000 {
>>> + compatible = "qcom,x1e80100-qce", "qcom,sm8150-qce", "qcom,qce";
>>> + reg = <0x0 0x01dfa000 0x0 0x6000>;
>>> + dmas = <&cryptobam 4>, <&cryptobam 5>;
>>> + dma-names = "rx", "tx";
>>
>> one a line, please
>
> I did not quite get this comment, could you please clarify a bit more? :)

dma-names = "rx",
"tx";

Konrad