Hi Shimoda-san, On Fri, Jun 3, 2022 at 1:05 PM Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> wrote: > Enable UFS device for R-Car S4-8 Spider CPU board. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- a/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi > @@ -82,3 +82,11 @@ &scif3 { > &scif_clk { > clock-frequency = <24000000>; > }; > + > +&ufs { > + status = "okay"; > +}; > + > +&ufs30_clk { > + clock-frequency = <38400000>; > +}; Given this relies on either the boot loader setting up ufs30_clk, like is usually done for the PCIe bus clock, or on adding a proper clock driver to Linux, I think this patch should be postponed. Or perhaps the latest firmware stack has fixed the issue? Thanks! 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