On 01/09/2022 10:24, Iskren Chernev wrote: > Add support for apps smmu (one of the two smmus) present on the SM6115. > > Signed-off-by: Iskren Chernev <iskren.chernev@xxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sm6115.dtsi | 73 ++++++++++++++++++++++++++++ > 1 file changed, 73 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi > index efbc81d2253b..a6be8b93a44d 100644 > --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi > @@ -434,6 +434,79 @@ rpm_msg_ram: memory@45f0000 { > reg = <0x45f0000 0x7000>; > }; > > + apps_smmu: iommu@c600000 { > + compatible = "qcom,sm6115-smmu-500", "arm,mmu-500"; > + reg = <0xc600000 0x80000>; > + #iommu-cells = <2>; > + #global-interrupts = <1>; > + > + interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>, One space after = Best regards, Krzysztof