Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb61928f authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Correct GPI dma-cells value for SDM670



dma-cells value should match number of arguments in dmas
entry in qupv3 node. It is corrected here.

Change-Id: I585e2aa1d3ba3ac905bbf6facbfaea1337b093b5
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent f797d13b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1122,7 +1122,7 @@
	};
	};


	gpi_dma0: qcom,gpi-dma@0x800000 {
	gpi_dma0: qcom,gpi-dma@0x800000 {
		#dma-cells = <6>;
		#dma-cells = <5>;
		compatible = "qcom,gpi-dma";
		compatible = "qcom,gpi-dma";
		reg = <0x800000 0x60000>;
		reg = <0x800000 0x60000>;
		reg-names = "gpi-top";
		reg-names = "gpi-top";
@@ -1138,7 +1138,7 @@
	};
	};


	gpi_dma1: qcom,gpi-dma@0xa00000 {
	gpi_dma1: qcom,gpi-dma@0xa00000 {
		#dma-cells = <6>;
		#dma-cells = <5>;
		compatible = "qcom,gpi-dma";
		compatible = "qcom,gpi-dma";
		reg = <0xa00000 0x60000>;
		reg = <0xa00000 0x60000>;
		reg-names = "gpi-top";
		reg-names = "gpi-top";