On 25/11/2024 08:50, Renjiang Han (QUIC) wrote:
On Mon 11/25/2024 1:35 PM, Renjiang Han wrote:
Add venus node into devicetree for the qcs615 video.
Forgot to add Reviewed-by, next version will add Reviewed-by: Bryan O'Donoghue<bryan.odonoghue@xxxxxxxxxx>
You'll need to drop the video-encoder and video-decoder nodes per
Krzysztof's feeback.
https://lore.kernel.org/linux-arm-msm/436145fd-d65f-44ec-b950-c434775187ca@xxxxxxxxxx
You could do that with this series:
https://lore.kernel.org/linux-media/20241128-media-staging-24-11-25-rb3-hw-compat-string-v4-0-fd062b399374@xxxxxxxxxx/T/#m55b26747af4692da928ec9b531c4288c4e45c4d2
And the following change to your resource structure.
static const struct venus_resources qcs615_res = {
+ .dec_nodename = "video-decoder",
+ .enc_nodename = "video-encoder",
};
---
bod