]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
arm64: dts: qcom: msm8996: Disable Venus by default
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Sun, 28 Feb 2021 13:08:25 +0000 (14:08 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 26 May 2021 03:40:33 +0000 (22:40 -0500)
Disable Venus by default to allow booting without closed firmware and
enable it on the boards that didn't previously disable it. This commit
brings no functional difference.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210228130831.203765-7-konrad.dybcio@somainline.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts
arch/arm64/boot/dts/qcom/msm8996.dtsi

index d4004fa8194beceb2b9258a05f2f6f56086d659f..0a15589eb1d57c479a3fbacffc73715456a004d8 100644 (file)
 
 };
 
+&venus {
+       status = "okay";
+};
+
 &wcd9335 {
        clock-names = "mclk", "slimbus";
        clocks = <&div1_mclk>,
index c6d7c6250de431c15203dc70113d4cc4361179b4..8c7a27e972b7f8c1fba9acc25376e91b3ac7fd49 100644 (file)
        vdda-phy-max-microamp = <18380>;
        vdda-pll-max-microamp = <9440>;
 };
+
+&venus {
+       status = "okay";
+};
index 8efb1d192821befd58ac0c93e6831c3299d1591c..6ee54536519a8fb897f4a6e231c38f1ab0138e58 100644 (file)
                        power-domains = <&mmcc GPU_GDSC>;
                };
 
-               video-codec@c00000 {
+               venus: video-codec@c00000 {
                        compatible = "qcom,msm8996-venus";
                        reg = <0x00c00000 0xff000>;
                        interrupts = <GIC_SPI 287 IRQ_TYPE_LEVEL_HIGH>;
                                 <&venus_smmu 0x2d>,
                                 <&venus_smmu 0x31>;
                        memory-region = <&venus_region>;
-                       status = "okay";
+                       status = "disabled";
 
                        video-decoder {
                                compatible = "venus-decoder";