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

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
...@@ -41,8 +41,12 @@ usr { ...@@ -41,8 +41,12 @@ usr {
gpios = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* 164 -> LED3 */ gpios = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* 164 -> LED3 */
default-state = "on"; default-state = "on";
linux,default-trigger = "usr"; linux,default-trigger = "usr";
}; };
pmu_stat {
label = "devkit8000::pmu_stat";
gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */
};
}; };
sound { sound {
...@@ -109,6 +113,16 @@ &mmc3 { ...@@ -109,6 +113,16 @@ &mmc3 {
status = "disabled"; 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 { &wdt2 {
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment