On Wed, May 11, 2016 at 7:57 PM, Kevin Hilman <khilman@xxxxxxxxxxxx> wrote: > Hi Carlo, > > Carlo Caione <carlo@xxxxxxxxxx> writes: > >> From: Carlo Caione <carlo@xxxxxxxxxxxx> >> >> Enable the MMC for the Meson8b platforms. >> >> Signed-off-by: Carlo Caione <carlo@xxxxxxxxxxxx> > > [...] > >> diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi >> index 8bad557..25d795c 100644 >> --- a/arch/arm/boot/dts/meson8b.dtsi >> +++ b/arch/arm/boot/dts/meson8b.dtsi >> @@ -187,6 +187,22 @@ >> function = "uart_ao"; >> }; >> }; >> + >> + mmc0_sd_b_pins: mmc0_sd_b { >> + mux { >> + groups = "sd_d1_b", "sd_d0_b", "sd_clk_b", "sd_cmd_b", >> + "sd_d3_b", "sd_d2_b"; >> + function = "sd_b"; >> + }; >> + }; > > These pins are added under pinctrl_aobus, but in the pinctrl driver, > they're under cbus. If I move this into the pinctrl_cbus node, I get it > to work on my odroid-c1, and am able to mount/use an MMC rootfs. Ouch, thank you for pointing this out, I'll fix it in v6. thanks, -- Carlo Caione -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html