Hi Aaro, On mar., janv. 12 2016, Aaro Koskinen <aaro.koskinen@xxxxxx> wrote: > The SD card slot was enabled by default with legacy booting. > It does not work anymore with DT boot. Fix by providing GPIO configuration > that matches the old default. > > Signed-off-by: Aaro Koskinen <aaro.koskinen@xxxxxx> Applied on mvebu/dt with Andrew Reviewed-by Thanks, Gregory > --- > arch/arm/boot/dts/kirkwood-openrd.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm/boot/dts/kirkwood-openrd.dtsi b/arch/arm/boot/dts/kirkwood-openrd.dtsi > index 2a3dafd..f65b727 100644 > --- a/arch/arm/boot/dts/kirkwood-openrd.dtsi > +++ b/arch/arm/boot/dts/kirkwood-openrd.dtsi > @@ -65,6 +65,14 @@ > status = "okay"; > cd-gpios = <&gpio0 29 9>; > }; > + gpio@10140 { > + p2 { > + gpio-hog; > + gpios = <2 GPIO_ACTIVE_HIGH>; > + output-high; /* Select SD by default */ > + line-name = "SelUARTorSD"; > + }; > + }; > }; > }; > > -- > 2.4.0 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- 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