On Fri, Jan 30, 2026 at 06:37:35PM +0530, Dikshita Agarwal wrote:
On 1/25/2026 9:03 PM, Dmitry Baryshkov wrote:
quoted
Enable video en/decoder on the SM8350 HDK board. There is no need to
specify the firmware as the driver will use the default one, provided by
the linux-firmware.
Signed-off-by: Dmitry Baryshkov <redacted>
---
arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts
index 5f975d009465..79f024fd47f9 100644
--- a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts
+++ b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts
@@ -894,6 +894,10 @@ &usb_2_qmpphy {
vdda-pll-supply = <&vreg_l5b_0p88>;
};
+&venus {
+ status = "okay";
+};
This should be enabled only after proper testing on the SoC.
Ack, I will mark this patch as [DNM] / [RFT].
Thanks,
Dikshita
quoted
+
/* PINCTRL - additions to nodes defined in sm8350.dtsi */
&tlmm {
--
With best wishes
Dmitry