Commit 7b027503 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sdm845: drop unused slimbus dmas



Bindings document only two DMA channels.  Linux driver also does not use
remaining rx2/tx2.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tested-by: default avatarSteev Klimaszewski <steev@kali.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220928152027.489543-6-krzysztof.kozlowski@linaro.org
parent e92a949e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -3828,9 +3828,8 @@ slim: slim@171c0000 {
			reg = <0 0x171c0000 0 0x2c000>;
			interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;

			dmas = <&slimbam 3>, <&slimbam 4>,
				<&slimbam 5>, <&slimbam 6>;
			dma-names = "rx", "tx", "tx2", "rx2";
			dmas = <&slimbam 3>, <&slimbam 4>;
			dma-names = "rx", "tx";

			iommus = <&apps_smmu 0x1806 0x0>;
			#address-cells = <1>;