diff options
author | 2016-01-12 22:07:33 +0200 | |
---|---|---|
committer | 2016-02-09 11:00:22 +0100 | |
commit | 28c494d0c5b7e0993d067086b26c901ae23d3841 (patch) | |
tree | fe6bafeda923a40c086f4de9156c9280da952ddc | |
parent | ARM: dts: kirkwood: fix pin names for UART/SD selection for OpenRD (diff) | |
download | linux-dev-28c494d0c5b7e0993d067086b26c901ae23d3841.tar.xz linux-dev-28c494d0c5b7e0993d067086b26c901ae23d3841.zip |
ARM: dts: kirkwood: fix SD slot default configuration for OpenRD
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@iki.fi>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/kirkwood-openrd.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-openrd.dtsi b/arch/arm/boot/dts/kirkwood-openrd.dtsi index 2a3dafdab09a..f65b7273bb0a 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"; + }; + }; }; }; |