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

Commit f6787907 authored by Anthoine Bourgeois's avatar Anthoine Bourgeois Committed by Tony Lindgren
Browse files

ARM: dts: omap3-devkit8000: Add PMU stat support



This patch declares the LEDB usage to the PMU stat monitor.

Signed-off-by: default avatarAnthoine Bourgeois <anthoine.bourgeois@gmail.com>
[tony@atomide.com: added missing sign as noted by Anthoine]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ab00639e
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -43,6 +43,10 @@
			linux,default-trigger = "usr";
		};

		pmu_stat {
			label = "devkit8000::pmu_stat";
			gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */
		};
	};

	sound {
@@ -109,6 +113,16 @@
	status = "disabled";
};

&twl_gpio {
	ti,use-leds;
	/*
	 * pulldowns:
	 * BIT(1), BIT(2), BIT(6), BIT(7), BIT(8), BIT(13)
	 * BIT(15), BIT(16), BIT(17)
	 */
	ti,pulldowns = <0x03a1c6>;
};

&wdt2 {
	status = "disabled";
};