[PATCH 2/2] ARM: DTS: kirkwood-openrd: fix SD slot default configuration
Gregory CLEMENT
gregory.clement at free-electrons.com
Mon Jan 25 05:41:10 PST 2016
Hi Aaro,
On mar., janv. 12 2016, Aaro Koskinen <aaro.koskinen at iki.fi> 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 at iki.fi>
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 at 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 at lists.infradead.org
> 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
More information about the linux-arm-kernel
mailing list