1
0
Files
linux/Documentation
Peter Ujfalusi 9ac7b1a36c Input: tl6040-vibra - Device Tree support
Enable DT based probing of the vibra driver.

Example of dts section to load the twl6040-vibra driver:
twl6040: twl6040@4b {
	...
	twl6040_vibra: twl6040@1 {
		compatible = "ti,twl6040-vibra";
		interrupts = <4>;
		vddvibl-supply = <&vbat>;
		vddvibr-supply = <&vbat>;
		vibldrv_res = <8>;
		vibrdrv_res = <3>;
		viblmotor_res = <10>;
		vibrmotor_res = <10>;
	};
};

[Sasha Levin <levinsasha928@gmail.com>: fixed build error]
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2012-05-10 20:37:46 -07:00
..
2012-04-21 23:28:35 -07:00
2012-03-28 18:43:38 +01:00
2012-01-27 13:28:53 +01:00
2012-03-16 20:35:01 +00:00
2012-01-13 10:12:23 -08:00
2012-03-19 12:03:58 +01:00
2011-12-12 14:14:31 -08:00
2012-02-28 16:05:06 +01:00
2012-01-02 13:04:55 +01:00