diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2023-09-11 19:41:43 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-09-20 09:27:44 -0700 |
commit | 29589248420766cd492e6db0632d6f59ec216e92 (patch) | |
tree | e3b17e45073901abe2c9737c8daf998a3f3f1a0c /arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi | |
parent | a3d5fb3b084c0c67f9918a866b92cbe09b9e1d77 (diff) | |
download | lwn-29589248420766cd492e6db0632d6f59ec216e92.tar.gz lwn-29589248420766cd492e6db0632d6f59ec216e92.zip |
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-samsung-j5-common.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi index 68e22873647f..c18d234fb9fe 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi @@ -163,6 +163,10 @@ extcon = <&muic>; }; +&venus { + status = "okay"; +}; + &wcnss { status = "okay"; }; |