diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2023-09-11 20:41:43 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-09-20 19:27:44 +0300 |
commit | 29589248420766cd492e6db0632d6f59ec216e92 (patch) | |
tree | e3b17e45073901abe2c9737c8daf998a3f3f1a0c /arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dts | |
parent | a3d5fb3b084c0c67f9918a866b92cbe09b9e1d77 (diff) | |
download | linux-29589248420766cd492e6db0632d6f59ec216e92.tar.xz |
arm64: dts: qcom: msm8916: Disable venus by default
Venus needs firmware that is usually signed with a device-specific key.
There are also devices that might not need it (especially during
bring-up), so let's follow more recent SoCs and disable it by default.
Enable it explicitly for all current devices except msm8916-mtp. That
one has just UART enabled currently so it cannot really benefit from
Venus.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://lore.kernel.org/r/20230911-msm8916-rmem-v1-1-b7089ec3e3a1@gerhold.net
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dts b/arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dts index 484e488a5eca..c46df67b4d10 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dts +++ b/arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dts @@ -328,6 +328,10 @@ extcon = <&usb_id>; }; +&venus { + status = "okay"; +}; + &wcnss { status = "okay"; }; |