Hello Marek-san,

> From: Marek Vasut, Sent: Tuesday, November 6, 2018 6:41 AM
> 
> From: Takeshi Kihara <[email protected]>
> 
> This patch enables SD card slot connected to SDHI0, micro SD card slot
> connected to SDHI1 and eMMC connected to SDHI3 on the Ebisu board using
> the R8A77990 SoC.
> 
> Signed-off-by: Takeshi Kihara <[email protected]>
> Signed-off-by: Marek Vasut <[email protected]>
> Cc: Geert Uytterhoeven <[email protected]>
> Cc: Simon Horman <[email protected]>
> Cc: Wolfram Sang <[email protected]>
> Cc: Yoshihiro Shimoda <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> ---

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <[email protected]>

I have a few nit comments below.

>  .../arm64/boot/dts/renesas/r8a77990-ebisu.dts | 136 ++++++++++++++++++
>  1 file changed, 136 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts 
> b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
> index 611f0265fcc5..bda1765dcdbd 100644
> --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
> +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
<snip>
> +     sdhi3_pins: sd3 {
> +             groups = "sdhi3_data8", "sdhi3_ctrl";
> +             function = "sdhi3";
> +             power-source = <1800>;
> +     };
> +
> +     sdhi3_pins_uhs: sd3_uhs {
> +             groups = "sdhi3_data8", "sdhi3_ctrl";
> +             function = "sdhi3";
> +             power-source = <1800>;
> +     };

I assumed that we will add "sdhi3_ds" into these groups when we add support for 
HS400 mode.

Best regards,
Yoshihiro Shimoda

Reply via email to