]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: qcs615-ride: enable venus node to initialize video codec
authorRenjiang Han <quic_renjiang@quicinc.com>
Tue, 26 Aug 2025 10:53:39 +0000 (16:23 +0530)
committerBjorn Andersson <andersson@kernel.org>
Tue, 9 Sep 2025 15:07:04 +0000 (10:07 -0500)
Enable the venus node to allow the video codec to start working properly
by setting its status to "okay".

Acked-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Renjiang Han <quic_renjiang@quicinc.com>
Link: https://lore.kernel.org/r/20250826-enable-venus-for-sm6150-v9-2-486d167639a1@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcs615-ride.dts

index e663343df75d59481786192cde647017a83c4191..705ea71b07a10aea82b5789e8ab9f757683f678a 100644 (file)
 
        status = "okay";
 };
+
+&venus {
+       status = "okay";
+};