Re: [PATCH] arm64: dts: sdm845: Add iommus property to qup1

From: Marc Gonzalez
Date: Thu Jun 06 2019 - 10:17:05 EST


On 06/06/2019 13:17, Vivek Gautam wrote:

> <&apps_smmu 0x6c0 0x3> // for both 0x6c0 (TZ) and 0x6c3 (HLOS)

Another possibility is to list both:

<&apps_smmu 0x6c0 0x0>
<&apps_smmu 0x6c3 0x0>

which leaves 0x6c1 and 0x6c2 out of the picture, and makes 0x6c3
appear explicitly (for anyone checking the documentation).

Regards.