Re: [PATCH] arm64: dts: ti: k3-am62a-main: Enable crypto accelerator

From: Kamlesh Gurudasani
Date: Tue Jun 18 2024 - 07:48:21 EST


Krzysztof Kozlowski <krzk@xxxxxxxxxx> writes:

...
>> + crypto: crypto@40900000 {
>> + compatible = "ti,am62-sa3ul";
>> + reg = <0x00 0x40900000 0x00 0x1200>;
>> + #address-cells = <2>;
>> + #size-cells = <2>;
>> + ranges = <0x00 0x40900000 0x00 0x40900000 0x00 0x30000>;
>
> Why do you need ranges? No children here.
Thanks for correcting, Krzysztof.

This got carried from a device with child node.
Sending a v2.

Kamlesh
>
> Anyway, keep the order as in DTS coding style.
>
>
> Best regards,
> Krzysztof