On 25/11/2024 16:49, Renjiang Han (QUIC) wrote:OK, I got it. I'll update like this. If video-decoder and video-encoder are
Yes, that's my suggestion.Do you mean I should remove video-decoder and video-encoder from here?+ video-decoder:Both nodes are useless - no resources here, nothing to control.
+ type: object
+
+ additionalProperties: false
+
+ properties:
+ compatible:
+ const: venus-decoder
+
+ required:
+ - compatible
+
+ video-encoder:
+ type: object
Do not add nodes just to instantiate Linux drivers. Drop them.
If so, do I also need to remove these two nodes from the dtsi file and addYes
them in the qcs615-ride.dts file?Well, no, how would it pass dtbs_check?
Don't add nodes purely for Linux driver instantiation.
Best regards,
Krzysztof