On Fri, Jul 04, 2025 at 12:20:20PM +0100, Daniel Scally wrote: > + resets: > + items: > + - description: Input Video Control block register access reset > + - description: Video input data AXI bus reset > + - description: ISP core reset > + > + reset-names: > + items: > + - const: reg > + - const: axi > + - const: isp > + > + port: > + $ref: /schemas/graph.yaml#/properties/port > + description: Output parallel video bus > + > + properties: > + endpoint: > + $ref: /schemas/graph.yaml#/properties/endpoint This endpoint here should not be needed, because it is already in the port schema and nothing more can be added to the 'port'. Anyway, Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof