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

Commit 5984d653 authored by Patrice Chotard's avatar Patrice Chotard
Browse files

ARM: dts: STiH41x-b2000: update gpio specifier



Remove useless gpio-cells
Add second parameter to indicate if gpio is active high
or low.

Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent 2402850f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
 * publishhed by the Free Software Foundation.
 */
#include <dt-bindings/input/input.h>
#include <dt-bindings/gpio/gpio.h>

/ {

	memory{
@@ -33,9 +35,8 @@
		leds {
			compatible	= "gpio-leds";
			fp_led {
				#gpio-cells = <1>;
				label	= "Front Panel LED";
				gpios	= <&pio105 7>;
				gpios	= <&pio105 7 GPIO_ACTIVE_HIGH>;
				linux,default-trigger	= "heartbeat";
			};
		};