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

Commit e7cd8f87 authored by Sebastian Hesselbarth's avatar Sebastian Hesselbarth Committed by Jason Cooper
Browse files

ARM: Dove: Add CuBox pinhog for led



SolidRun CuBox has a led on a gpio pin. As there is now DT pinctrl
support for Dove, make use of a pinhog to ensure the pin is set to
gpio.

Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 9139acd1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -40,3 +40,13 @@
		reg = <0>;
	};
};

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

	pmx_gpio_18: pmx-gpio-18 {
		marvell,pins = "mpp18";
		marvell,function = "gpio";
	};
};