Re: [PATCH v4 0/2] Enable smmu support on sdm845

From: Will Deacon
Date: Wed Nov 21 2018 - 10:52:37 EST


Hi Vivek,

On Thu, Oct 11, 2018 at 03:19:28PM +0530, Vivek Gautam wrote:
> This series enables apps-smmu, the "arm,mmu-500" instance
> on sdm845.
> Series tested on SDM845 MTP device with related smmu patch series [1],
> and necessary config change, besides one hack to keep LDO14 in LPM mode
> to boot things up (see the commit in the test branch).
> The tested branch is available at [2].

[...]

> .../devicetree/bindings/iommu/arm,smmu.txt | 4 ++
> arch/arm64/boot/dts/qcom/sdm845.dtsi | 72 ++++++++++++++++++++++
> 2 files changed, 76 insertions(+)

Given that this doesn't touch any of the driver code, please take this via
the Andy and arm-soc.

Will