Re: [PATCH v2] arm64: dts: renesas: v2mevk2: Add uSD card and eMMC support

From: Krzysztof Kozlowski
Date: Thu Feb 02 2023 - 03:49:10 EST


On 30/01/2023 20:11, Fabrizio Castro wrote:
> The RZ/V2M EVK comes with a slot for a uSD card, and an eMMC.
> Add support for the both of them.
>
> Please note that the pinctrl driver for RZ/V2M doesn't support
> interrupts yet, therefore the card detect pin has been connected
> to the SDHI IP directly in this patch.
> We'll connect the card detect pin to its corresponding GPIO when
> we'll have driver support for interrupts in the RZ/V2M pinctrl
> driver.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@xxxxxxxxxxx>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---

> +
> +

Just one blank line

> &extal_clk {
> clock-frequency = <48000000>;
> };
> @@ -69,6 +118,26 @@ &i2c2 {
> };
>
> &pinctrl {
> + emmc_pins: emmc {
> + emmc_pins_data {

No underscores in node names.

Best regards,
Krzysztof