Commit a86efc02 authored by Kuldeep Singh's avatar Kuldeep Singh Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: ipq4019: User generic node name for DMA



Qcom BAM DT spec expects generic DMA controller node name as
"dma-controller" to enable validations.

Signed-off-by: default avatarKuldeep Singh <singh.kuldeep87k@gmail.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220410175056.79330-5-singh.kuldeep87k@gmail.com
parent fb1bdb7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ pinconf_cs {
			};
		};

		blsp_dma: dma@7884000 {
		blsp_dma: dma-controller@7884000 {
			status = "okay";
		};

@@ -89,7 +89,7 @@ serial@78af000 {
			status = "okay";
		};

		cryptobam: dma@8e04000 {
		cryptobam: dma-controller@8e04000 {
			status = "okay";
		};

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ / {
	compatible = "qcom,ipq4019-dk04.1-c1", "qcom,ipq4019";

	soc {
		dma@7984000 {
		dma-controller@7984000 {
			status = "okay";
		};

+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ serial@78b0000 {
			status = "okay";
		};

		dma@7884000 {
		dma-controller@7884000 {
			status = "okay";
		};

+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ serial@78af000 {
			status = "okay";
		};

		dma@7884000 {
		dma-controller@7884000 {
			status = "okay";
		};

@@ -62,7 +62,7 @@ i2c@78b7000 { /* BLSP1 QUP2 */
			status = "okay";
		};

		dma@7984000 {
		dma-controller@7984000 {
			status = "okay";
		};

+3 −3
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ sdhci: sdhci@7824900 {
			status = "disabled";
		};

		blsp_dma: dma@7884000 {
		blsp_dma: dma-controller@7884000 {
			compatible = "qcom,bam-v1.7.0";
			reg = <0x07884000 0x23000>;
			interrupts = <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>;
@@ -300,7 +300,7 @@ blsp1_i2c4: i2c@78b8000 { /* BLSP1 QUP4 */
			status = "disabled";
		};

		cryptobam: dma@8e04000 {
		cryptobam: dma-controller@8e04000 {
			compatible = "qcom,bam-v1.7.0";
			reg = <0x08e04000 0x20000>;
			interrupts = <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>;
@@ -471,7 +471,7 @@ pcie0: pci@40000000 {
			status = "disabled";
		};

		qpic_bam: dma@7984000 {
		qpic_bam: dma-controller@7984000 {
			compatible = "qcom,bam-v1.7.0";
			reg = <0x7984000 0x1a000>;
			interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;