Message ID | 20181011094930.17010-1-vivek.gautam@codeaurora.org (mailing list archive) |
---|---|
Headers | show |
Series | Enable smmu support on sdm845 | expand |
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
Hi Will, On 11/21/2018 9:22 PM, Will Deacon wrote: > 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. Yea, once the driver changes are pulled in your tree, I can ask Andy to pick these. Thanks Best regards Vivek > > Will