Hi Sergei, On Fri, Jun 19, 2020 at 10:22 PM Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> wrote: > Define the Eagle/V3MSK board dependent parts of the RPC-IF device node. > Add device nodes for Spansion S25FS512S SPI flash and MTD partitions on it. > > Based on the original patches by Dmitry Shifrin. > > Signed-off-by: Dmitry Shifrin <dmitry.shifrin@xxxxxxxxxxxxxxxxxx> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> Thanks for your patch! Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> i.e. will queue in renesas-devel for v5.9, with the subject fixed. However, one question below... > --- renesas-devel.orig/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > +++ renesas-devel/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > @@ -187,12 +187,79 @@ > function = "i2c0"; > }; > > + qspi0_pins: qspi0 { > + groups = "qspi0_ctrl", "qspi0_data4"; > + function = "qspi0"; > + }; > + > scif0_pins: scif0 { > groups = "scif0_data"; > function = "scif0"; > }; > }; > > +&rpc { > + pinctrl-0 = <&qspi0_pins>; > + pinctrl-names = "default"; > + > + status = "okay"; > + > + flash@0 { > + compatible = "spansion,s25fs512s", "jedec,spi-nor"; > + reg = <0>; > + spi-max-frequency = <50000000>; > + spi-rx-bus-width = <4>; Why no "spi-tx-bus-width = <4>;"? Same for V3MSK. If there's no good reason to omit it, I'll add it when applying. 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