Commit cd025a50 authored by Phil Elwell's avatar Phil Elwell Committed by popcornmix
Browse files

arm: dts: Fix Pi4 PWR LED configuration

parent b220176f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -126,13 +126,13 @@
	act_led: act {
		label = "led0";
		linux,default-trigger = "mmc0";
		gpios = <&gpio 42 0>;
		gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
	};

	pwr_led: pwr {
		label = "led1";
		linux,default-trigger = "input";
		gpios = <&expgpio 2 0>;
		linux,default-trigger = "default-on";
		gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
	};
};