]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: qcom: qcs404: Remove default setting of controlled-remotely for BAM DMA
authorKhasim Syed Mohammed <khasim.mohammed@linaro.org>
Sun, 24 Mar 2019 16:32:09 +0000 (22:02 +0530)
committerAndy Gross <andy.gross@linaro.org>
Thu, 28 Mar 2019 04:34:04 +0000 (23:34 -0500)
The property controlled-remotely should not be set by default
for qcs-404 device, it should be set based on the secure boot
options (TZ or ATF) preferred by the platform. Hence, the
controlled-remotely property is moved to platform specific
dts files.

Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@linaro.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
arch/arm64/boot/dts/qcom/qcs404.dtsi

index bdb26a5b103de85270f912ae43ebf6b4b50f3dff..985f6004b729c2547f815a21e8ab5edc0998bae2 100644 (file)
@@ -21,6 +21,14 @@ vph_pwr: vph-pwr-regulator {
        };
 };
 
+&blsp1_dma {
+       qcom,controlled-remotely;
+};
+
+&blsp2_dma {
+       qcom,controlled-remotely;
+};
+
 &remoteproc_adsp {
        status = "ok";
 };
index 32f2f51bbf7fd69302eb9b1ace1832dbf6a2945e..ffedf9640af7dd081e307a36e3e01db09f81116d 100644 (file)
@@ -435,7 +435,6 @@ blsp1_dma: dma@7884000 {
                        clocks = <&gcc GCC_BLSP1_AHB_CLK>;
                        clock-names = "bam_clk";
                        #dma-cells = <1>;
-                       qcom,controlled-remotely = <1>;
                        qcom,ee = <0>;
                        status = "okay";
                };
@@ -680,7 +679,6 @@ blsp2_dma: dma@7ac4000 {
                        clocks = <&gcc GCC_BLSP2_AHB_CLK>;
                        clock-names = "bam_clk";
                        #dma-cells = <1>;
-                       qcom,controlled-remotely = <1>;
                        qcom,ee = <0>;
                        status = "disabled";
                };