提交 ab8e2f8c 编写于 作者: P Paul Kocialkowski 提交者: Tony Lindgren

ARM: dts: omap4-kc1: LEDs support

This adds support for the Kindle Fire (first generation) power button LEDs, that
are wired to the TWL6030 PWM outputs.
Signed-off-by: NPaul Kocialkowski <contact@paulk.fr>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 abb68f64
...@@ -17,6 +17,22 @@ ...@@ -17,6 +17,22 @@
device_type = "memory"; device_type = "memory";
reg = <0x80000000 0x20000000>; /* 512 MB */ reg = <0x80000000 0x20000000>; /* 512 MB */
}; };
pwmleds {
compatible = "pwm-leds";
green {
label = "green";
pwms = <&twl_pwm 0 7812500>;
max-brightness = <127>;
};
orange {
label = "orange";
pwms = <&twl_pwm 1 7812500>;
max-brightness = <127>;
};
};
}; };
&omap4_pmx_core { &omap4_pmx_core {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册