On Wed, Jun 12, 2019 at 10:27:56AM +0200, Geert Uytterhoeven wrote: > Hi Fabrizio, > > On Fri, Jun 7, 2019 at 10:14 AM Fabrizio Castro > <fabrizio.castro@xxxxxxxxxxxxxx> wrote: > > This patch adds uSD and eMMC support to the HiHope RZ/G2M > > board. > > > > Signed-off-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> > > Thanks for your patch! > > > --- a/arch/arm64/boot/dts/renesas/hihope-common.dtsi > > +++ b/arch/arm64/boot/dts/renesas/hihope-common.dtsi > > > +&sdhi3 { > > + pinctrl-0 = <&sdhi3_pins>; > > + pinctrl-1 = <&sdhi3_pins>; > > + pinctrl-names = "default", "state_uhs"; > > + > > + vmmc-supply = <®_3p3v>; > > + vqmmc-supply = <®_1p8v>; > > + bus-width = <8>; > > + mmc-hs200-1_8v; > > Does the eMMC support HS400, too? > > > + non-removable; > > + fixed-emmc-driver-type = <1>; > > + status = "okay"; > > +}; > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Thanks, applied for inclusion in v5.3.