Hi Biju, On Fri, 31 Jan 2025 at 12:25, Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > Enable eMMC on SDHI0 and SD on SDHI2 on RZ/G3E SMARC SoM. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi > +++ b/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi > > +&pinctrl { > + sdhi0_emmc_pins: sd0emmc { sdhi0_emmc_pins: sd0-emmc { > + sd0-emmc-ctrl { and drop the "-emmc" here and below, to align with sd0-usd in the next patch. > + pins = "SD0CLK", "SD0CMD"; > + renesas,output-impedance = <3>; > + }; > + > + sd0-emmc-data { > + pins = "SD0DAT0", "SD0DAT1", "SD0DAT2", "SD0DAT3", > + "SD0DAT4", "SD0DAT5", "SD0DAT6", "SD0DAT7"; > + renesas,output-impedance = <3>; > + }; > + > + sd0-emmc-rst { > + pins = "SD0RSTN"; > + renesas,output-impedance = <3>; > + }; > + }; > + 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