Message ID | 20250303-b4-media-v2-1-893651a4b1c7@quicinc.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2] arm64: dts: qcom: sc7280: drop video decoder and encoder nodes | expand |
On 03/03/2025 12:37, Vikash Garodia wrote: > Decoder and encoder nodes are already deprecated from bindings. Update > the venus node to align with bindings. The nodes were deprecated with > commit 459997e8990d9 ("media: dt-bindings: qcom-venus: Deprecate > video-decoder and video-encoder where applicable") and is part of > v6.14-rc1 and onwards. > > Signed-off-by: Vikash Garodia <quic_vgarodia@quicinc.com> > --- > Changes in v2: > - Add history in commit message about the deprecated nodes. > - Link to v1: https://lore.kernel.org/r/20250303-b4-media-v1-1-ddc5c81cc2b3@quicinc.com > --- > arch/arm64/boot/dts/qcom/sc7280.dtsi | 8 -------- > 1 file changed, 8 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi > index 0f2caf36910b65c398c9e03800a8ce0a8a1f8fc7..31abb2b9555f37ecc9c7753509e95acd57acf015 100644 > --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi > +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi > @@ -4301,14 +4301,6 @@ venus: video-codec@aa00000 { > > status = "disabled"; > > - video-decoder { > - compatible = "venus-decoder"; > - }; > - > - video-encoder { > - compatible = "venus-encoder"; > - }; > - > venus_opp_table: opp-table { > compatible = "operating-points-v2"; > > > --- > base-commit: d98e9213a768a3cc3a99f5e1abe09ad3baff2104 > change-id: 20250303-b4-media-79ff0738b9cf > > Best regards, Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi index 0f2caf36910b65c398c9e03800a8ce0a8a1f8fc7..31abb2b9555f37ecc9c7753509e95acd57acf015 100644 --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi @@ -4301,14 +4301,6 @@ venus: video-codec@aa00000 { status = "disabled"; - video-decoder { - compatible = "venus-decoder"; - }; - - video-encoder { - compatible = "venus-encoder"; - }; - venus_opp_table: opp-table { compatible = "operating-points-v2";
Decoder and encoder nodes are already deprecated from bindings. Update the venus node to align with bindings. The nodes were deprecated with commit 459997e8990d9 ("media: dt-bindings: qcom-venus: Deprecate video-decoder and video-encoder where applicable") and is part of v6.14-rc1 and onwards. Signed-off-by: Vikash Garodia <quic_vgarodia@quicinc.com> --- Changes in v2: - Add history in commit message about the deprecated nodes. - Link to v1: https://lore.kernel.org/r/20250303-b4-media-v1-1-ddc5c81cc2b3@quicinc.com --- arch/arm64/boot/dts/qcom/sc7280.dtsi | 8 -------- 1 file changed, 8 deletions(-) --- base-commit: d98e9213a768a3cc3a99f5e1abe09ad3baff2104 change-id: 20250303-b4-media-79ff0738b9cf Best regards,