提交 28f166cb 编写于 作者: P Peter Ujfalusi 提交者: Benoit Cousson

ARM: dts: omap4-sdp: Add support for pwm-leds (keypad and charging LED)

Sections to describe the pwm-leds in the system.
Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: NBenoit Cousson <benoit.cousson@linaro.org>
上级 2c09c60c
...@@ -80,6 +80,21 @@ ...@@ -80,6 +80,21 @@
}; };
}; };
pwmleds {
compatible = "pwm-leds";
kpad {
label = "omap4::keypad";
pwms = <&twl_pwm 0 7812500>;
max-brightness = <127>;
};
charging {
label = "omap4:green:chrg";
pwms = <&twl_pwmled 0 7812500>;
max-brightness = <255>;
};
};
sound { sound {
compatible = "ti,abe-twl6040"; compatible = "ti,abe-twl6040";
ti,model = "SDP4430"; ti,model = "SDP4430";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册