Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fd975fa authored by Lee Jones's avatar Lee Jones
Browse files

ARM: ux500: Enable the user LED on Snowball via Device Tree



This patch enables and illuminates the user_led on the
Snowball low-cost development board using DT. It also
removes initialisation carried out from platform code.

Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 8733f53c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@
		used-led {
			label = "user_led";
			gpios = <&gpio4 14 0x4>;
			default-state = "on";
		};
	};

+1 −1
Original line number Diff line number Diff line
@@ -819,7 +819,7 @@ static void __init u8500_init_machine(void)
	} else if (of_machine_is_compatible("calaosystems,snowball-a9500")) {
		/*
		 * Devices to be DT:ed:
		 *   snowball_led_dev   = todo
		 *   snowball_led_dev   = done
		 *   snowball_key_dev   = todo
		 *   snowball_sbnet_dev = done
		 *   ab8500_device      = done