Hi, Geert, On 12.10.2023 17:49, Geert Uytterhoeven wrote: > Hi Claudiu, > > On Tue, Oct 10, 2023 at 3:27 PM Claudiu <claudiu.beznea@xxxxxxxxx> wrote: >> From: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> >> >> Fix the following DTBS check warnings: >> >> arch/arm64/boot/dts/renesas/r9a08g045s33-smarc.dt: /: memory@48000000: 'device-type' does not match any of the regexes: 'pinctrl-[0-9]+' >> from schema $id: http://devicetree.org/schemas/memory.yaml# >> arch/arm64/boot/dts/renesas/r9a08g045s33-smarc.dtb: /: memory@48000000: 'device_type' is a required property >> from schema $id: http://devicetree.org/schemas/memory.yaml# >> arch/arm64/boot/dts/renesas/r9a08g045s33-smarc.dtb: cache-controller-0: 'cache-level' is a required property >> from schema $id: http://devicetree.org/schemas/cache.yaml# >> arch/arm64/boot/dts/renesas/r9a08g045s33-smarc.dtb: cache-controller-0: 'cache-level' is a required property >> from schema $id: http://devicetree.org/schemas/cache.yaml# >> arch/arm64/boot/dts/renesas/r9a08g045s33-smarc.dtb: cache-controller-0: Unevaluated properties are not allowed ('cache-size', 'cache-unified' were unexpected) >> from schema $id: http://devicetree.org/schemas/cache.yaml# >> >> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> > > Thanks for your patch! > >> arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 1 + >> arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi | 2 +- > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > i.e. will queue in renesas-devel for v6.7, split in two parts. I see you already did the split and applied, thank you for that. I was in between choosing to split it or to have it like a bulk patch. Thank you, Claudiu Beznea > > Gr{oetje,eeting}s, > > Geert >