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

Commit e35e40cd authored by Sebastian Hesselbarth's avatar Sebastian Hesselbarth Committed by Arnd Bergmann
Browse files

ARM: Dove: move CuBox led pinctrl to gpio-leds node



gpio-leds has support for pinctrl allocation, make use of it.

Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 50ab9554
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@

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

		power {
			label = "Power";
			gpios = <&gpio0 18 1>;
@@ -47,7 +50,7 @@
};

&pinctrl {
	pinctrl-0 = <&pmx_gpio_12 &pmx_gpio_18>;
	pinctrl-0 = <&pmx_gpio_12>;
	pinctrl-names = "default";

	pmx_gpio_12: pmx-gpio-12 {