Hi Tomi, On Tue, Dec 10, 2024 at 7:10 PM Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx> wrote: > On 10/12/2024 18:34, Geert Uytterhoeven wrote: > > On Fri, Dec 6, 2024 at 10:33 AM Tomi Valkeinen > > <tomi.valkeinen@xxxxxxxxxxxxxxxx> wrote: > >> From: Tomi Valkeinen <tomi.valkeinen+renesas@xxxxxxxxxxxxxxxx> > >> > >> Add support for the mini DP output on the Gray Hawk board. > >> > >> Signed-off-by: Tomi Valkeinen <tomi.valkeinen+renesas@xxxxxxxxxxxxxxxx> > >> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > >> Tested-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > > > Thanks for your patch! > > > >> --- a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts > >> +++ b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts > >> + compatible = "ti,sn65dsi86"; > >> + reg = <0x2c>; > >> + > >> + clocks = <&sn65dsi86_refclk>; > >> + clock-names = "refclk"; > >> + > >> + interrupt-parent = <&intc_ex>; > >> + interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; > > > > interrupts-extended = ... > > Is that just to use the same style in the whole dts, or is there some > specific need for the extended one here? There is no real technical need to use the extended one, but it is more concise. That's why we just converted all such cases in Renesas DTS files in v6.13-rc1. And of course it reduces the difference between arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi and arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds