Morning Krzysztof
On 06/03/2024 07:36, Krzysztof Kozlowski wrote:
On 05/03/2024 17:48, Daniel Scally wrote:
Add the yaml binding for ARM's Mali-C55 Image Signal Processor.
Acked-by: Nayden Kanchev <nayden.kanchev@xxxxxxx>
Signed-off-by: Daniel Scally <dan.scally@xxxxxxxxxxxxxxxx>
---
...
+
+ ports:
+ $ref: /schemas/graph.yaml#/properties/ports
+
+ properties:
+ port@0:
+ $ref: /schemas/graph.yaml#/properties/port
+ description: Input parallel video bus
+
+ properties:
+ endpoint:
+ $ref: /schemas/graph.yaml#/properties/endpoint
How many ports do you have here? If only one, why this isn't just a
'port' instead of 'ports'?
Just one port; I had forgotten ports as a container was optional - I'll switch to just port, thanks.
Best regards,
Krzysztof