On 29.11.2022 21:46, Adam Skladowski wrote: > Add GPI DMA node which will be wired to i2c/spi/uart. > > Signed-off-by: Adam Skladowski <a39....@gmail.com> > --- Reviewed-by: Konrad Dybcio <konrad.dyb...@linaro.org> Konrad > arch/arm64/boot/dts/qcom/sm6115.dtsi | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi > b/arch/arm64/boot/dts/qcom/sm6115.dtsi > index b459f1746a7f..e9de7aa1efdd 100644 > --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi > @@ -673,6 +673,26 @@ ufs_mem_phy_lanes: phy@4807400 { > }; > }; > > + gpi_dma0: dma-controller@4a00000 { > + compatible = "qcom,sm6115-gpi-dma", > "qcom,sm6350-gpi-dma"; > + reg = <0x04a00000 0x60000>; > + interrupts = <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 338 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>; > + dma-channels = <10>; > + dma-channel-mask = <0xf>; > + iommus = <&apps_smmu 0xf6 0x0>; > + #dma-cells = <3>; > + status = "disabled"; > + }; > + > usb_1: usb@4ef8800 { > compatible = "qcom,sm6115-dwc3", "qcom,dwc3"; > reg = <0x04ef8800 0x400>;
- [PATCH 01/12] dt-bindings: display: msm: Replace mdss ... Adam Skladowski
- Re: [PATCH 01/12] dt-bindings: display: msm: Repl... Krzysztof Kozlowski
- [PATCH 06/12] arm64: dts: qcom: sm6115: Add rpm-stats ... Adam Skladowski
- Re: [PATCH 06/12] arm64: dts: qcom: sm6115: Add r... Konrad Dybcio
- [PATCH 07/12] arm64: dts: qcom: sm6115: Add dispcc nod... Adam Skladowski
- Re: [PATCH 07/12] arm64: dts: qcom: sm6115: Add d... Konrad Dybcio
- [PATCH 10/12] arm64: dts: qcom: sm6115: Add i2c/spi no... Adam Skladowski
- [PATCH 08/12] arm64: dts: qcom: sm6115: Add mdss/dpu n... Adam Skladowski
- Re: [PATCH 08/12] arm64: dts: qcom: sm6115: Add m... Konrad Dybcio
- [PATCH 09/12] arm64: dts: qcom: sm6115: Add GPI DMA Adam Skladowski
- Re: [PATCH 09/12] arm64: dts: qcom: sm6115: Add G... Konrad Dybcio
- [PATCH 04/12] arm64: dts: qcom: sm6115: Add TSENS node Adam Skladowski
- Re: [PATCH 04/12] arm64: dts: qcom: sm6115: Add T... Konrad Dybcio
- [PATCH 02/12] dt-bindings: thermal: tsens: Add SM6115 ... Adam Skladowski
- Re: [PATCH 02/12] dt-bindings: thermal: tsens: Ad... Krzysztof Kozlowski
- [PATCH 05/12] arm64: dts: qcom: sm6115: Add PRNG node Adam Skladowski
- Re: [PATCH 05/12] arm64: dts: qcom: sm6115: Add P... Konrad Dybcio
- [PATCH 03/12] arm64: dts: qcom: sm6115: Add cpufreq-hw... Adam Skladowski
- [PATCH 11/12] arm64: dts: qcom: sm6115: Add WCN node. Adam Skladowski
- [PATCH 12/12] arm64: dts: qcom: sm6115: Fallback smmu ... Adam Skladowski
- Re: [PATCH 12/12] arm64: dts: qcom: sm6115: Fallb... Konrad Dybcio