|
@@ -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 {
|
|
|
compatible = "ti,abe-twl6040";
|
|
|
ti,model = "SDP4430";
|