On Wed, Nov 20, 2024 at 01:58:08PM +0530, Charan Pedumuru wrote: > Convert old text based binding to json schema. > Changes during conversion: > - Add a fallback for `microchip,sam9x60-can` as it is compatible with the > CAN IP core on `atmel,at91sam9x5-can`. > - Add the required properties `clock` and `clock-names`, which were > missing in the original binding. > - Update examples and include appropriate file directives to resolve > errors identified by `dt_binding_check` and `dtbs_check`. ... > +examples: > + - | > + #include <dt-bindings/interrupt-controller/irq.h> > + #include <dt-bindings/clock/at91.h> > + can@f000c000 { > + compatible = "atmel,at91sam9263-can"; If there is going to be any resend - fix the indentation: Use 4 spaces for example indentation. No need to resend just for this. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> --- <form letter> This is an automated instruction, just in case, because many review tags are being ignored. If you know the process, you can skip it (please do not feel offended by me posting it here - no bad intentions intended). If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 </form letter> Best regards, Krzysztof