summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2020-10-06 15:44:55 +0300
committerGregory CLEMENT <gregory.clement@bootlin.com>2020-11-29 14:10:21 +0300
commitc1e9911fcc54afb2ccfe8bab213ec6679c455675 (patch)
treeb78288859bbd56b97da34a778a746924bcc94464 /arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts
parent6d96e11b777129d709096744e125bd866ff8b5a1 (diff)
downloadlinux-c1e9911fcc54afb2ccfe8bab213ec6679c455675.tar.xz
arm64: dts: marvell: espressobin: Add support for LED2
LED2 is connected to MPP1_2 pin. It is working only on V7 boards. V5 boards have hw bug which cause that LED2 is non-working. So enable LED2 only for Espressobin V7 boards. Note that LED1 is connected to LED_WLAN# pin on miniPCIe card and LED3 to power supply. Therefore on Espressobin board only LED2 can be controlled directly from the host. LED1 is possible to control via WiFi card inserted in miniPCIe slot if driver for particular card supports it. Signed-off-by: Pali Rohár <pali@kernel.org> Tested-by: Gérald Kerma <gerald@gk2.net> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts
index e225dce64b9e..58b94db5f652 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts
@@ -39,3 +39,7 @@
&sdhci0 {
status = "okay";
};
+
+&led2 {
+ status = "okay";
+};