Skip to content

Commit

Permalink
ARM: mvebu: add user LED support of Armada 370 RD
Browse files Browse the repository at this point in the history
The Armada 370 RD has a GPIO controlled LED connected on MPP32, so
this commit adds the relevant hardware description to Armada 370 RD
Device Tree.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1410429419-29820-3-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Thomas Petazzoni authored and Jason Cooper committed Sep 13, 2014
1 parent e8db78d commit 5b1e9e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm/boot/dts/armada-370-rd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
marvell,pins = "mpp8";
marvell,function = "gpio";
};

led_pins: led-pins {
marvell,pins = "mpp32";
marvell,function = "gpio";
};
};

serial@12000 {
Expand Down Expand Up @@ -125,6 +130,18 @@
pinctrl-names = "default";
};

gpio_leds {
compatible = "gpio-leds";
pinctrl-names = "default";
pinctrl-0 = <&led_pins>;

sw_led {
label = "370rd:green:sw";
gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
default-state = "keep";
};
};

nand@d0000 {
status = "okay";
num-cs = <1>;
Expand Down

0 comments on commit 5b1e9e8

Please sign in to comment.