blob: 38a372a0e2854fed3f06b790f4f591ca052661c7 [file] [log] [blame]
Philipp Zabela23a1752009-02-17 10:06:41 +01001/* MFD cell driver data for the DS1WM driver */
2
3struct ds1wm_driver_data {
4 int active_high;
Philipp Zabel7d33ccb2009-02-17 10:09:19 +01005 int clock_rate;
Jean-François Dagenaisf607e7f2011-07-08 15:39:44 -07006 /* in milliseconds, the amount of time to */
7 /* sleep following a reset pulse. Zero */
8 /* should work if your bus devices recover*/
9 /* time respects the 1-wire spec since the*/
10 /* ds1wm implements the precise timings of*/
11 /* a reset pulse/presence detect sequence.*/
12 unsigned int reset_recover_delay;
Philipp Zabela23a1752009-02-17 10:06:41 +010013};